[ http://issues.apache.org/jira/browse/GRFT-67?page=comments#action_12356667 ]
Oliver Kießler commented on GRFT-67: ------------------------------------ 1) You are right, we need to update to the latest Jackrabbit snapshot jar some time soon. I will take care of that and update the maven project file. 2) I have updated the NodeTypeManager interface to support multiple mapping files now. Please have a look at it. 3) In order to get to a JCR NodeTypeRegistry you need to have an established repository session and optain it through a Workspace object. Custom node types are available repository wide. The graffito-jcr NodeTypeManager is intended to manage JCR nodes programmatically. You can use the NodeTypeManager in conjunction with graffito jcr-mapping. We could also come up with Ant tasks etc. that are built on top of the NodeTypeManager. I would like to pass a repository session to the NodeTypeManager and not let the NodeTypeManager create it himself. The NodeTypeManager should not contain any logic about how and where to get to a JCR repository session. > Definition of Nodetype Management API > ------------------------------------- > > Key: GRFT-67 > URL: http://issues.apache.org/jira/browse/GRFT-67 > Project: Graffito > Type: Task > Components: JCR-Nodemanagement > Versions: 1.0-a1-dev > Reporter: Oliver Kießler > Assignee: Oliver Kießler > Fix For: 1.0-a1-dev > > Definition of the "nodemanagement API" in the > org.apache.portals.graffito.jcr.nodemanagement.NodeTypeManager interface. -- 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
