It works but only if I use the following code to retrieve a session: observationSession = repository.loginAdministrative(null);If I use the following my onEvent method is never called:ResourceResolver serviceResourceResolver = resolverFactory.getServiceResourceResolver(AutoClosableResourceResolverFa...
At Adobe Experience Manager Help | Creating an Adobe Experience Manager Event Listener that tags pages they also use felix scr annotations, am I missing something?
I am trying to hook to the rollout event of a page to a live copy. I am experimenting with the EvenListener but I am unable to get it to work. This is my code:@Component(metatype = true)@Servicepublic class MyCustomListener implements EventListener {private static final Logger LOG = LoggerFactory.ge...
I am facing a similar issue, I want to allow the user to access AEM-INSTANCE/linkshare.html so I configured the following:I still get the login screen if I navigate to the linkshare url, what am I doing wrong?
Hey grantc I am also trying to expose http://localhost:4502/linkshare.html to anonymous users. Do you mind taking a look at my apache sling authentication service:Does something seem wrong to you?Do you really need to check the 'Allow Anonymous Access' checkbox?Do I also need to give the anonymous u...