Hi AEM Community, I am generating User Groups and their permissions via AC Tool following the below documentation -https://github.com/Netcentric/accesscontroltool/blob/develop/docs/Configuration.md After I deploy an updated YAML file to my AEM server, I can see that the ACLs are successfully changed...
I am trying to get the preview file while using the translation integration framework.I am using the code provided in the Bootstrap Connector (https://github.com/Adobe-Marketing-Cloud/aem-translation-framework-bootstrap-connector).Here's the specific code parts:(in the uploadTranslationObject() func...
Hello, I have my custom class extending ResourceTreeSitemapGenerator. When I use Apache Sling Sitemap - Sitemap Generator Manager, it works perfectly. However, when I try to use Apache Sling Sitemap - Scheduler, I get a 404 error when trying to access sitemap.xml. error.logorg.apache.sling.commons.s...
Hi, In manage publication when a page needs to be published by author, the request will be sent to approver.In AEM cloud is there any way when a page is modified by an author and an approval for publish is requested, the approver should be able to see the page(s) with the modifications highlighted. ...
I have created a new template and using that template I'm trying to create a page. But the page properties window is coming empty. What can be the issue?
I am trying to consume a soap service in AEM 6.5. During runtime I am getting below Exception. org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwablejakarta.xml.ws.WebServiceException: Provider com.sun.xml.ws.spi.ProviderImpl not found at jakarta.xml.ws.spi.FactoryFinde...
I want to use sort() method from https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/dam/commons/sort/ResourceSorter.html i have all the required resources stored in variable children as given below:final Iterator<Resource> children = sectionResource.listChildre...
Hi,I am trying to set up a local dispatcher to debug some issue I have the flush agent set up on author AEM instance and my dispatcher is running on the Docker container. However, when I try to test the connection and getting a 403 error, I tried to add the local host and IP of the author instance ...
We are facing one issue on AEM Cloud, publishing XF is not working on publisher/dispatcher instance - they are still referring old XF and showing old XF content on a page.Problem:We are using XF/Experience Fragments included in template for Header and footer. Header and Footer XF are included in the...