[ http://issues.apache.org/jira/browse/JCR-545?page=all ]
Christoph Kiehl updated JCR-545:
--------------------------------
Attachment: NodeTypeManagerImpl.java.patch
This is a patch which adds the following method:
public NodeType[] registerNodeTypes(InputStream in, String contentType, boolean reregisterExisting)
> 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
|