Joined: Tue Oct 04, 2011 9:13 pm Posts: 1
|
Hi all,
I have a large taxonomy/tree persisted. Note also that each node in the tree also has references to various other objects/collections of objects in the schema that will cascade delete. On occasion I need to move nodes from one part of the tree another. Nodes may be added to the tree as well. I'm receiving ObjectDeletedExceptions on some occasions when many nodes are being moved around and when others are being added. I have verified that all child/parent references are correct prior to save/update. How can I properly address this?
Thanks!
|
|