you don't need the path in order to persist an item. the path is by design not part of the state of an item. an item's state should be persisted by its id, as the PersistenceManager interface implies.
take a look at the XMLPersistenceManager & ObjectPersistenceManager for an example. cheers stefan On 4/27/05, Jan Metzner <[EMAIL PROTECTED]> wrote: > Hi folks, > is there any possibility to the path of a node inside a PersistenceManager? > The HierarchyManager can translate a NodeID into a Path, but how do i > get the HierarchyManager? > > ciao Jan >
