Hi everyone,I'm encountering an issue while trying to create an AEM project named "Mysite" using version 6.5.0 and archetype 23. The build fails with the message: "Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.4.0:generate (default-cli) on project standalone-pom: The desir...
Hi All,I’m working with AEM as a Cloud Service and using Multi Site Manager (MSM) for localization.I noticed that when I move a page within the Language Master and then rollout the changes to the live copy, the jcr:uuid of the page in the live copy changes. It seems like AEM is creating a new node a...
We’re using versioned clientlibs in our project, and I’m wondering if something might be misconfigured—or if I’m misunderstanding how they’re intended to work. The issue:Whenever clientlib assets (CSS/JS) are updated and replicated, I go into the dispatcher and remove the old versioned clientlibs. H...
Hello,I am moving one of my organization's pages to a new url within the same site. In order to redirect users who have the old url bookmarked and to keep SEO intact, what is the best way of moving the page? Will moving the site and listing the old url as a vanity url or an alias suffice, or will I ...
Hi All, I am trying to use "delete assets" step in my custom WF in my AEMasCS instance but the functionality is not working. I have checked below step1.Given all permission to WF user.2.Cheked logs(No error)3.workflow instance is successful. @arunpatidar
Currently, if I try to create a new block, I need to create a structure ( model, filter, definition ) and push it to my remote. Merge it to my main and start editing on the cloud instance. Once I am done authoring the block, I publish it so that I get the data on my localhost:3000 and make further c...
Hi All , I have a servlet ajax call in my JS file using path type and this JS file is not part of any component but a theme clientlibrary used for one of our child website. I want to convert that servlet path type to resourceType for cloud. How is the best approach to handle such Servlets and how ...
Hi All, I need to get the list of Users and List of Groups which are available in AEM with the Permissions under all paths programatically. How we can solution this.Any reference would be highly appreciated Thanks in Advance