Hi. Jackrabbit contains interface SynchronousEventListener. Looks like, if you register listener implementing this interface through ObservationManager.addEventListener(), it will be notified of events before changes are persisted, not after.
Is it OK to use this interface? Or is it 'very internal' and used only for Jackrabbit implementation? If we use a transaction (possibly XA transaction), will such listener be notified of changes just after transaction was committed, or is there chance that transaction rolls back after listener was notified? Thanks in advance. -- View this message in context: http://www.nabble.com/Synchronous-event-listener-tp17209309p17209309.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
