Hi Team, I am trying to write a JCR SQL2 query in AEM 6.5 to get the list of all pages of template /conf/migration/settings/wcm/templates/taxonomy-template which is having more than 1000+ nodes under it.The scenario i have multiple pages under /content/project.There are few pages which belongs to /c...
Hi all, I am having issues upgrading to UberJar version from 6.4.0 to 6.5.12. Please allow me to explain the context behind this upgrade. Part 1 I am trying to achieve clearing cache on the dispatchers through an event handler that would look for 'Activate' events and perform 'Invalidate' Distributi...
Hi Adobe Community,We're in the process of upgrading to dynamic media mode to leverage all its features, including 3D assets, smart crop, and more. We've already configured dynamic media on Dev, QA and stage environments. Now, we need to update all the logic pointing to static renditions and the old...
I am trying to set up a project using the command of " mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=39 -D appTitle="AEM Bootcamp Site" -D appId="aem-bootcamp" -D groupId="com.aembootcamp" -D frontendModule="general" -D ...
Hi All, We've encountered a challenge regarding the utilization of a specific template. Previously, we had restricted the usage of the template exclusively to the path "/content/training(/.*)", using allowedpaths property.Initially, we also permitted the path "/content/countrysites" within our allow...
Hi Team, I've been working on integrating my Edge Delivery Services project with our Sandbox AEM Instance, and I encountered an issue. When attempting to connect my GitHub repository in AEM, I couldn't locate the expected field. I followed the steps outlined in the documentation provided here, b...
Hi Team, I have created a custom authentication handler by extending DefaultAuthenticationFeedbackHandler, by implementing AuthenticationHandler. This handler is for /content path. Any request with /content path is coming to this handler. The problem here is even tough I am logged into AEM with adm...
Hi I want to delete multiple pages from author and publisher. can someone suggest how to achieve this through code. I have used pagemanager.delete method but it is deleting only in author not in publishers. Thanks