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...
Recently in an AEM sdk update Adobe added the mixin type "cq:ReplicationStatus2". This change led to content being incompatible between versions of the AEM depending on which SDK they ran. So I'm wondering if someone could explain what that mixin type is used for and what that change means.
We have a number of content fragment models that reference other content fragments and which we return using API calls. One of our cloud environments started failing to return results for a referenced model. This is an example of what that looks like. I've simplified and made this more generic than ...