I using CQ5.6.1 and CRX 2.4.23.In workspace.xml, i have set autoOptimizaAt as "" (empty string).<PersistenceManager class="com.day.crx.persistence.tar.TarPersistenceManager"> <param name="autoOptimizeAt" value="" /></PersistenceManager> But it still continue running and it dint stop after default...
Hi,Let's assume that we have a website stored under /content/acme/site-1.We want this site to be accessible via preview-site-1.acmesites.com as well as site-1.com.Our deployment has only one dispatcher in front of publisher instances.Right now this is causing some issues for us: As content for both ...
Hi All,I wanted to write a code as below[Out Of the box AEM 5.6.1]:- When the number of stale workflows in the system exceeds a particular number(for example say 5),notification has to be sent out to some concerned email inbox/distribution list, stating that the number of stale workflows has exceede...
Hi, our company is new to CQ5.We have blog post pages, and part of their data is title, hero image and short description of the blog post.We want to pull that data (I assume it lives in /content folder in the JCR) and put it into other components we use around the site. Specifically we want a sort o...
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...