On Tue, Dec 6, 2011 at 3:03 PM, Julian Reschke <[email protected]> wrote: > On 2011-12-06 14:53, Stefan Guggisberg wrote: >> >> ... >> >> ah right, jsr 283, journaled observation, ... now i vaguely remember ;) >> >> AFAIK jackrabbit doesn't support event bundling, i.e. PERSIST events are >> never dispatched. >> ... > > > Bundling would be helpful when the event journal needs to get remoted (it > gives the producing side an indication about where's a boundary for > chunking...).
i see, good point. > > Should I open a JIRA task for this? yes. i guess it shouldn't be to difficult to dispatch PERSIST events after every save and workspace operation. o.a.jackrabbit.core.observation.EventStateCollection#createEventStates could be an ideal place to generate them. cheers stefan > > Best regards, Julian
