[ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='com.travel:travel.ui.apps:0.0.1-SNAPSHOT'}' and 'Vertex{label='com.travel:travel.core:0.0.1-SNAPSHOT'}' introduces to cycle in the graph com.travel:travel.core:0.0.1-SNAPSHOT --> com.travel:travel.all:0.0.1...
How to fetch list of components configured on current page? I tried ComponentManager componentManager = resourceResolver.adaptTo(ComponentManager.class);Collection<com.day.cq.wcm.api.components.Component> components = componentManager.getComponents();for (com.day.cq.wcm.api.components.Component com...
Hi all, I am trying to create component with inner container. it add additional decorative div for container and inner component added in container. it breaks the expected output. anyone help me to remove the 2 decorative tags created for inner container and inner component. code: Output:
Hi all i have try to create HTM component with 2 parsys. But it gives output of only one parsys. anyone give solution to use 2 parsys in one component.
Hi All, I have a custom hero component, which is extended from Image/v3 core component. The sling model is written using Sling Delegation pattern. I have overridden getSrc() and getAlt() methods in my sling model. How do we write Junit test case for these methods specifically ? Are these methods ...
Hi Team I have started working on AEM on premise to AEM cloud migration project. When I run BPA in my AEM environment. I got some critical violations related to replication agents like below. Custom replication agents have been found. The replication agents used in previous versions of AEM are n...
Hi We need below information to validate the Basic and OAuth2 credentials in AEM. password : What could be the maximum length for password. clientId : What could be the maximum length for clientId.What are the allowable printable characters for clientId. clientSecret : What could be the maximum leng...
Hi, I am using dropdown field with show/hide property which has four values and it will populate different set of required field items based upon the selection.So, when i author and try to save any one of the dropdown items , it throws error showing the required fields in other dropdown items are no...
Is it possible to add specific/default tags automatically to assets on uploading to AEM DAM. If an asset is uploaded to /content/dam/folderA, a tag named folder-a should be automatically be added to that asset and any uploads to /content/dam/folderB, the tag should be folder-b. Is there any OOTB mec...