Hello, PersistenceManagerImplementation duplicates method from JCR session (item Exists and logout). Moreover this class which handles persistence and should be Repository bound is actually session-bound (one per session). Shouldn't the manager be one per Repository instead of one per session? Moreover I've seen there is no method for deleting an object but rather for removing a node which forces the developer to handle the mapping of the object in the JCR; there is no conversion being done at deleting time.
-- Best regards, Costin mailto:[EMAIL PROTECTED]
