Hi All, We have a requirement to fetch all the page urls and their metadata,page properties present in CQ author instance and store them in to a DB. What is the best approach to do this in CQ? RegardsNivas
I could find the below code while searching:Workflow workflow = wfSession.getWorkflow(workItem.getWorkflow().getId());wfSession.terminateWorkflow(workflow);Is the above implementation correct to achieve the goal?How should the definition for wfSession and workItem objects look like?Where/How do i us...
I am testing SSO authentication on 5.6.1 on author instance and installed these hot fixes which are related to authentication: 3645, 3707. I am giving user information as request parameter(http://localhost:4502/siteadmin?userid=testuser). I modified repository.xml as follows- <LoginModule class="com...
Hi,Can someone help me on how to connect to a Mbean in CQ from SCOM .Just like it is done for tomcat. It would be great if someone can provide me the format of the xml that is used to connect to Mbean in CQ from SCOM.
Adobe Experience Manager, Version 5.6.1.20130606. We are invoking CQ Garbage Collection with delete=true to reduce the size of crx-quickstart/repository, however GC hangs and has no impact on the disk usage. We have tried invoking GC from the CQ JMX UI and from a curl command line:curl -v -u admin:...
For Example:aem.domain.co.uk - configured as virtual host - uses dispatcher-handler and uses 'dispatcher.any' for configurationauthor.domain.co.uk - configured as virtual host - uses dispatcher-handler and uses 'author_dispatcher.any' for configurationI have tried this in various combinations as fol...
Hi All,In my OOTB AEM 5.6.1 instance, I want to have few stale workflows.I am not getting how to do this. Any detailed thoughts/pointers/ideas here would be really helpful.Few people had given good feedback[it was at a very high level] on one of the discussion that I had raised here,but unfortunatel...