Hi,
On 4/10/07, Sudhan <[EMAIL PROTECTED]> wrote:
When i tried this, i am getting :
Error : java.lang.ClassCastException:
org.apache.jackrabbit.rmi.observation.ClientEventPoll$JCREvent
when performing casting operation as
(org.apache.jackrabbit.core.observation.EventImpl)event
is there any thing i am doing wrong here. let me know.
Casting the event to EventImpl only works when you're using a local
Jackrabbit instance, not when using Jackrabbit remotely over the RMI
layer.
What's your use case for wanting to get the version history of a removed node?
BR,
Jukka Zitting