I want to be able to, in a JSP, file browse to a page/asset and find all instances of it within my entire AEM instance, so that I can find what uses it. I know this functionality already exists in AEM as when you move a page that is used in a list if informs you that it will modify the list to poin...
Hi All,Hope you all are doing great!I was going through the spin set help doc as I have to create a spin set in 6.0 and 6.1.Creation of a spin set in 6.0 was possible but as I tried creating it using 6.1, I was stuck!The screenshots shown in the help doc of 6.1 shows that there is a plus button whic...
Hi, SQL - select * from nt:base where cq:lastModified > TIMESTAMP '2014-04-08T23:59:59.000+05:30' is works fine .But for JCR-SQL2 what will be the query I tried thisSELECT * FROM [nt:base] AS s WHERE cq:lastModified > TIMESTAMP '2014-04-08T23:59:59.000+05:30'But no luck.Thanks in advance
I am trying to process the LAST item in a findResources query differently from all others, but I can't fugure out how to do that. Here is a code snippet that I'm trying out (findResources returns THREE 'telephone' objects in my JCR) :-<sling:findResources query="/jcr:root ${currentPage.path} //*[${t...
Hi Administrators,I had a discussion going on in the forum with title as something like "Workflow : notifications". Lot many people had even given their viewpoints on this. However, all of a sudden, I am not able to see it.Can you please help me out with this.
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...