Hi,I created a project using maven archetype 17mvn archetype:generate -DarchetypeGroupId=com.adobe.granite.archetypes -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=17 -P adobe-publicupdated the pom to use OSGI R7 dependencies<dependency> <groupId>org.osgi</groupId> <artifactId>o...
Hi,I'm building a workflow where the continuation of the flow requires parallel approval from two user groups.I have created a two branch AND split, and the flow should continue down, only if both branches go through the "approve" step.When one branch "approval" step is completed, I need to check wh...
Dear All,I'd like to create a generic container component in AEM 6.1. This kind of component can be able to host others components and should use the responsive system of AEM.For example, given my container component I should be able to drag/drop the same on a page.Furthermore add others components ...
Hello Everyone,Is it possible to extend or overlay the content fragment component in AEM 6.4, inside a custom project? I have tried both extending and overlaying the content fragment component from core but the dialogs in touch-ui do not seem to work.I noticed that the structure of the cq:dialog for...
Hi All,I was trying to create a project structure for React and AEM. I have followed the steps whatever is provided in Adobe Experience Manager Help | Getting Started with React and AEM SPA Editor - Chapter 0 but after giving a build I am getting error below:[INFO] Downloading https://nodejs.org/di...
The query tried is as below :In http://localhost:4502/libs/cq/search/content/querydebug.html, they work fine. Even in crxde query options they work fine. Via code, when exceuted , doesnt work. Index related errors seen in logs. Created custom indexes as well and getting picked up as well, but that d...
Hello Team, This is related best practice for setting the dispatcher filters ,Suppose we have following two rules,0001 { /type "allow" /glob "/bin/*" } 0002 { /type "allow" /url "/bin/*" } What are the advantages and disadvantages of glob and url pattern in above case, which one is suggested...
Hello,I followed the instruction https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/security-service-users.html to create a service user and a mapping.To create a user I performed following steps:- created a user just like the site specifies there: http://server:port/crx/explor...