On Thu, Sep 2, 2010 at 03:05, Luis Muniz <neur0ma...@gmail.com> wrote: > Hi, > > I am trying to delete a Node, and following the API documentation, I need to > call remove() on the Node, and then save() on the parent of the Node. > > When I then view the repository with a webdav client, I can still see the > 'deleted' node under the parent. > > But the strange thing is that If I try to find the node via XPath, once it > has been deleted in this way, I can't find it. > > So the delete operation did work in the sense that the Node cannot be found > by XPath anymore, but the Parent Node still lists it as its children. > > Am I missing anything? > > Technical details: > > I am using the jcr spring module, and this is my configuration: > > My transactionManager is a > org.springmodules.jcr.jackrabbit.LocalTransactionManager > > My DataStore is a org.apache.jackrabbit.core.data.FileDataStore
What is your Persistence Manager? Any exceptions in the logs? Regards, Alex -- Alexander Klimetschek alexander.klimetsc...@day.com