hi,I ran the Request for Activation (an OOTB workflow that comes with the product) workflow on 48 pages, and the inbox shows all the 48 pages (40 in 1 page and rest 8 in 2nd page).But then I terminated all these workflows, and ran the the Publish Example workflow(OOTB comes with the product) on all...
Hi,Im working in a proof of concept in order to display some user information based on a group. Follow my jsp snippet.<%@ page import="java.util.ArrayList, java.util.Iterator, java.util.List, org.apache.jackrabbit.api.security.user.*, org.apache.jackrabbit.api.*, o...
Below is the code I am using to programmatically move to next workflow step i.e. auto handler advance programmatically instead of selecting the checkbox auto handler advance on the step.List<Route> routes = workflowSession.getRoutes(workItem); if(CollectionUtils.isNotEmpty(routes)) { for (Route rout...
HelloI have a in a dialog two datetime fields, start and end datetime.I want to validate that the startdate < enddate, but I couldn't find anyway to do this with the api.I tried to use the change event but it is only fired when the dialog is coming up and when you press ok, not when you actually cha...
I am trying to delete only child pages using curl in CQ5 with this commandcurl -X DELETE http://%HOSTAUTHOR%:%PORTAUTHOR%/content/a/b/c/d/e/f/g/ -u %USER%:%PASSWORD%I want only the pages under /content/a/b/c/d/e/f/g/ to be deleted and not the 'g' page. But the parent page also gets deleted.Tryingcur...
I have created a new session store which reads data from the JSON file and displays the information in the client context. However, when I try to create segments based on the store properties, the generic store property window does not show the nested elements of the JSON. Here is the description Th...
Hi,I am using RTE component in AEM 6.0 (using Sightly). When I try to print the description value it is coming with the html tags. How to display the content without any html tags?Thanks.
Hi All,If we view properties of images through asset tab , it is taking more time .In logs we can able to see the below issue continuously 02.07.2015 11:10:26.367 *WARN* [1.23.17.158 [1435849806530] GET /libs/dam/gui/content/assets/metadataeditor.html/content/dam/core-assets/e-papers/test-folder-fo...
Hi, Is there a way to install two versions of a custom bundle?.We have two sites running on CQ, they use a common bundle but we need to be able to update the common bundle for one site without affecting a the other site. I know OSGI allows two different versions of the same bundle, but in my tests w...