Michael Marth wrote:
I would like to have event listeners running in the same vm as Jackrabbit ( i.e. not connecting via RMI). Is is possible to configure a startup class that executes ObservationManager.addEventListener or to configure an event listener directly?
no, that's not possible you have to obtain a session first and then register your event listener.
regards marcel
