[ http://issues.apache.org/jira/browse/JCR-545?page=comments#action_12446194 ] Tobias Bocanegra commented on JCR-545: --------------------------------------
i don't like this method, because the (re)registering of the nodetypes is not atomic, i.e. they are not registered at once. if would rather have the internal registerNodeTypes(NodeType[] nodetypes) by extended to handle regegistering smoothly. but for the time beeing.... +1 for applying this patch > New method on NodeTypeManagerImpl to reregister nodetypes > --------------------------------------------------------- > > Key: JCR-545 > URL: http://issues.apache.org/jira/browse/JCR-545 > Project: Jackrabbit > Issue Type: Improvement > Components: nodetype > Reporter: Christoph Kiehl > Attachments: NodeTypeManagerImpl.java.patch > > > Add a method to NodeTypeManagerImpl to allow reregistering of existing > nodetypes. The method takes an inputstream in either XML or CND format and > registers all new nodetypes and reregisters existing nodetypes. -- 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
