[jr3] Additional Jackrabbit interfaces in org.apache.jackrabbit.api

2010-04-20 Thread Thomas Müller
There are a few interfaces that might be interesting for all users of Jackrabbit. Those should be in the api package (not only for OSGi). The most important is probably: org.apache.jackrabbit.core.observation.SynchronousEventListener What about 'officially' supporting it, and moving it to

Re: [jr3] Additional Jackrabbit interfaces in org.apache.jackrabbit.api

2010-04-20 Thread Carsten Ziegeler
Isn't there already a org.apache.jackrabbit.api.observation.ExtendedEvent and org.apache.jackrabbit.api.observation.JackrabbitEvent ? which somehow already seems to duplicate the ClusterEvent functionality At least I can't make up the difference between those two interfaces. Carsten Thomas

Re: [jr3] Additional Jackrabbit interfaces in org.apache.jackrabbit.api

2010-04-20 Thread Thomas Müller
Hi, org.apache.jackrabbit.api.observation.JackrabbitEvent ? You are right, I didn't see that... sorry... JackrabbitEvent already has isExternal, so forget about ClusterEvent. org.apache.jackrabbit.api.observation.ExtendedEvent I can't find this one. Regards, Thomas

Re: [jr3] Additional Jackrabbit interfaces in org.apache.jackrabbit.api

2010-04-20 Thread Carsten Ziegeler
org.apache.jackrabbit.api.observation.ExtendedEvent I can't find this one. Ups, hehe, this was a local modification in my checkout, so nevermind Carsten -- Carsten Ziegeler cziege...@apache.org