I have created an event handler to listen to the Event Topic org.apache.sling.api.SlingConstants.TOPIC_RESOURCE_ADDED. It is working fine as expected. But today I noticed that the event handler is not called(verified through Debug) when I am adding resources. I don't see any exceptions in the logs. From the Sling console, I can see that the Event is generated successfully. So I am not sure why the registered event handler is not called.
After I restarted the server, the event handler is called again. What could be the reason for this behavior? Any pointers. -- View this message in context: http://apache-sling.73963.n3.nabble.com/Event-Handler-not-called-tp4026649.html Sent from the Sling - Users mailing list archive at Nabble.com.
