I am attempting to write an implementation of this interface. My class
is getting called but not always as I would have expected.

The postRetrieve method is always called but the preRetrieve method is
never called. The preStore method is called but the postStore is not.

The pre and post Remove methods are called twice, the first time with no
NodeRevisionDescriptors parameter (it is null) and the second time with
no NodeRevisionDescriptor.

Is this just how it is or do I need to configure something differently?
The retrieve and store don't really matter, pre or post work for me but
the remove problem means you don't really know what is being removed.
Doesn't it?

Thanks,

Jim Endicott


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to