Hi, We have a requirement to create a packages whenever we trigger a servlet. It works fine when I use request.getResourceResolver() but when I try using resourceResolver created from subservice. it always fails. Gives a PathNotFoundException "Node with path '/' not found". Couple of references whic...
I have created a multifield component with a sling model. I cannot render the content using sling models.Error: org.apache.sling.api.SlingException: Cannot get DefaultSlingScript:=============== SocialShareItemsModel =====================import org.apache.sling.api.resource.Resource;import org.apach...
Hi, I have a servlet written with path and when executed I want it to unpublish a page in AEM Cloud. As AEM Cloud uses sling distribution and not replication agent anymore, I am not sure how to write the JAVA code to unpublish a page. Below is the servlet path. I have the page hard-coded in the code...
I am on AEM Cloud and recently encountered a strange issue with the core Container component. The container does not have the "Drag components here" Editable prompt, so I cannot to drag and drop any component inside. This is only happening in the deployed instances on AEM Cloud environment, not loc...
Hi All, Is there a way to achieve parallel builds to speed up the deployment if there are multiple unrelated multi-tenant submodules within a single full stack pipeline? Like I build tenant-A along with tenant-B instead of doing sequentially? Any inputs will be of great help. Thanks,Ram
Hello, We have a business requirement to host static webpages from AEM. Our AEM version is the latest AEM as a Cloud Service - 6.5. We need to host a project folder, containing multiple HTML files, javascript, and style files. When we access the URL to the index.html file in dam, the browser downloa...
I have one doubt that the replication listner will be called before the node reaches to replication queue or before that ?or replication queue listens to replication queue itself?
Hi Team, I am facing an issue with creating custom carousel component which is extended to carousel core component. In my custom carousel component I have modified the html with my own custom html and javascript. This is causing an issue in the authoring dialog where I am unable to switch panel. Any...
Hi team,I was setting up local development environment in AEM. The pages created are deleted upon building the code again. How can we resolve the issue?