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...