We are trying to turn on the AEM link checker and I am seeing some strange behavior. If I create a new page in Sites and make any change to it e.g. add a new component or edit the properties dialog then the page itself will show up in the link checker e.g.http://localhost:4502/mnt/overlay/wcm/core/c...
When we are running our automated UI tests the following survey is popping up every now and then which kills the UI test and is slowly driving us all mad Is there a way to disable this for the entire instance or failing that for a specific user? I can't get it to show when I actually log on to the t...
I'm trying to enable targeting of components in a page. Our page has two parsys which are different components. One is allowing components to be targeted the other is not. If i put component X in parsys A then I can target, if i move to parsys B then I can not. I can't work out why! What controls if...
We are implementing our first Sling job to ensure a certain task will be processed. The question I have however is how can I monitor the queue e.g. check how deep the queue is or how many jobs have had to be retried or have exhausted there retry count and ideally a log of all those jobs that failed ...
Is there a way to hide a page in the sites view, in the classicUI I could just add the property "hidden" to jcr:content of the page but this does not look to take effect in the TouchUI, still works fine in classic (testing on AEM 6.3)
When a user publishes a product collection I need to trigger some code to push this data out of AEM into our Product Collection DynamoDB Table. I wanted to check what is the best practice for this would be (We are using AEM 6.2). From what I can tell I would want a sling event to capture the replica...
I'm trying to add a new commerce provider to an empty AEM project created from the Maven Archtype version 11.My Core bundle installs just fine but the commerceFactory does not register in OSGI as a service, the exact same class in my existing project (created with Archtype 10 but also is an existing...
I'm trying to create a live copy of a page but in a java class in my Core bundle. I'm struggling to find the correct java classes to do this. So far I have found the TemplateRolloutService in com.adobe.cq.social.blueprint.api which looks the most promosing although not sure why it is in the soci...
I have extended the OOTB Experience fragment component by setting it as my custom components super type. Everything works great except that when I publish the page, the references UI does not detect that the extended Experience Fragment is pointing to a reference and so does not trigger replication ...
I decided to see how much of a challange it would be to upgrade our 6.2 code base to 6.3Turns out almost everything just works :) However some of our unit tests that make use of the AEM Mocks framework specifically those using the JCR_OAK mock resource resolver wont passpublic final AemContext conte...