Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

mikezooz
mikezooz
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
18

Posts

Posts
75

Discussions

Discussions
10

Questions

Questions
65

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mikezooz
Customize the badges you want to showcase on your profile
Could you please tell me the path for content finder manuscripts js file? - Adobe Experience Manager 15-10-2015
Hi All,I am about to add the new button on the contentfinder views. I want to add new button next to mosaic view and data view.i have successfully added for images, documents, movies etc. But i couldnt find the js file for manuscripts.JS file not available below path /libs/wcm/extensions/contentfinderCould you please tell me the path for manuscripts view configurations.Thanks

Views

566

Likes

0

Replies

2
Re: How to restore a version programmaticaly? - Adobe Experience Manager 15-10-2015
Thanks for your reply.I have noticed that its restore the version but the problem is its required a refresh for restore the contents.How to reload the page when the workflow current step completed?

Views

533

Likes

0

Replies

0
How to restore a version programmaticaly? - Adobe Experience Manager 15-10-2015
Hi,I want to restore the version programmatically, so went through the PageManager API and found restore method.PageManager pageManager = resourceResolver.adaptTo(PageManager.class);Collection revisions = pageManager.getRevisions(currentPage.getPath(), null); for(Revision r :revisions){ currentId=r.getId(); break; } try{ pageManager.restore(currentPage.getPath(), currentId); }catch(Exception e) The above code snippet restoring the version and crash my page too. Please help me to proceedIt shows ...

Views

1.1K

Likes

0

Replies

3
Re: Local CQ instance Close automatically - Adobe Experience Manager 15-10-2015
12.10.2015 19:43:04.230 *ERROR* [CQSE Listener [0.0.0.0:4502]] servletengine Error while assigning socket java.lang.OutOfMemoryError: Java heap space at com.day.j2ee.servletengine.ServletHandlerImpl.(ServletHandlerImpl.java:224) at com.day.j2ee.servletengine.HttpListener$Worker.(HttpListener.java:562) at com.day.j2ee.servletengine.HttpListener.newWorkerThread(HttpListener.java:492) at com.day.j2ee.servletengine.HttpListener.createWorkerThread(HttpListener.java:477) at com.day.j2ee.servletengine....

Views

428

Likes

0

Replies

0
Re: Local CQ instance Close automatically - Adobe Experience Manager 15-10-2015
12.10.2015 19:04:24.122 *INFO* [FelixStartLevel] groovy-all BundleEvent STARTING12.10.2015 19:04:24.123 *INFO* [FelixStartLevel] groovy-all BundleEvent STARTED12.10.2015 19:04:24.127 *INFO* [FelixStartLevel] itextpdf-Bundle-modfied BundleEvent STARTING12.10.2015 19:04:24.131 *INFO* [FelixStartLevel] itextpdf-Bundle-modfied BundleEvent STARTED12.10.2015 19:04:24.136 *INFO* [FelixStartLevel] itextxmlworker-Bundle BundleEvent STARTING12.10.2015 19:04:24.138 *INFO* [FelixStartLevel] itextxmlworker-B...

Views

427

Likes

0

Replies

0
Local CQ instance Close automatically - Adobe Experience Manager 15-10-2015
Hi All,I am using local CQ instance 5.6.1, frequently its got closed by automatically. Do you have any idea, why its happening?Java version 1.6Thanks,Michael

Views

1.1K

Likes

0

Replies

9
Bootstrap and AEM5.6.1 ? - Adobe Experience Manager 15-10-2015
Hi All,we are planned to integrate Bootstrap into AEM 5.6.1. My idea is bootstrap has JS and CSS files. so we can add as a normal client library.will it work? or do we have any other settings/ configuration to achieve?please advise me.Thanks,Michael

Views

732

Likes

0

Replies

1
Re: How to save the value in workflow? - Adobe Experience Manager 15-10-2015
Hi,Thanks for your replay.Could you please share the URL?

Views

471

Likes

0

Replies

0
Re: How to save the value in workflow? - Adobe Experience Manager 15-10-2015
Hi,Thanks for your reply. When the workflow runs, author can select the date and time during the run time for activate later process.Once author selected the date and time, then i need to store the value in the particular workflow instance metadata.Once the value stored in meta data then i can read the values using metaData.get()Regards,Sahaya

Views

400

Likes

0

Replies

0
How to save the value in workflow? - Adobe Experience Manager 15-10-2015
Hi All,I am creating a custom workflow, which has below steps 1) Initiator | 2) pay unlock node | 3) activate Option | OR split4A) Activate Now 4B) Activate Later5A) Activate Process 5B) Dialog Participation Step (Added calendar widget on the dialog path) 6) Author select the date and time from the widget Now my question is1) How to save the calendar value from step 6 workflow metadata?is there any other way to achieve the above requirement?please tell me how to proceed? thanks,Sahaya

Views

1.1K

Likes

0

Replies

7