[ http://issues.apache.org/jira/browse/GRFT-23?page=comments#action_12356085 ]
Martin Koci commented on GRFT-23: --------------------------------- I suggest following: decouple API from PersistenceManagerImpl - it can use JCR session or JCR workspace. move to jackrabbit sub-package Question: when perform custom node type registration? Note types are shared over whole repository, but for registration: Session session = repository.login(..) session.getWorkspace().getNoteTypeManager() is needed - so it relies on logged user? > node type registration component > -------------------------------- > > Key: GRFT-23 > URL: http://issues.apache.org/jira/browse/GRFT-23 > Project: Graffito > Type: New Feature > Components: JCR-Mapping > Reporter: Sandro Boehme > Assignee: Sandro Boehme > Attachments: CustomNodeTypeCreatorImpl.patch > > It registers the node types of the mapping model. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
