Re: ContentInterceptor.preRemove with missing NodeRevisionDescriptors

2005-01-24 Thread Honoré David N.
same sort of thing with post retrieve ... when you try to retrieve NodeRevisionDescriptor, interceptor is called with NodeRevisionContent == null (normal) but when you try to retrieve NodeRevisionContent, interceptor get a NodeRevisionDescriptor and a NodeRevisionContent but NodeRevisionDescr

ContentInterceptor.preRemove with missing NodeRevisionDescriptors

2005-01-19 Thread Karl Øie
And, forgot to ask this too : the code in ContentImpl.java lines 1146 to 1150 doesn't seem to remove the NodeRevisionDescriptors either. Have missed something here? Mvh Karl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

ContentInterceptor.preRemove with missing NodeRevisionDescriptors

2005-01-19 Thread Karl Øie
A question about the ContentInterceptor. Upon preRemove() and postRemove() only a NULL is passed as NodeRevisionDescriptors for the resource to be removed. But from NodeRevisionDescriptor and SlideToken i can't find any way to obtain the uri of the resource in question. I have searched mailingli