You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "angela (JIRA)" <ji...@apache.org> on 2009/01/07 10:28:44 UTC

[jira] Resolved: (JCR-580) Should be public: NodeType[] registerNodeTypes(List defs)

     [ https://issues.apache.org/jira/browse/JCR-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela resolved JCR-580.
------------------------

       Resolution: Won't Fix
    Fix Version/s: 1.5.1

with the node type management extension present with JSR 283 this issue is from my point of view obsolete.

please use the new JSR 283 methods:

- NodeTypeManager#registerNodeType(NodeTypeDefinition ntd, boolean allowUpdate)
- NodeTypeManager#registerNodeTypes(Collection definitions, boolean allowUpdate)

etc.



> Should be public:   NodeType[] registerNodeTypes(List defs)
> -----------------------------------------------------------
>
>                 Key: JCR-580
>                 URL: https://issues.apache.org/jira/browse/JCR-580
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: nodetype
>    Affects Versions: 1.0.1
>            Reporter: Dan Connelly
>            Assignee: Stefan Guggisberg
>            Priority: Minor
>             Fix For: 1.5.1
>
>
> Allow XSD schema file to be the direct souce of custom NodeTypes for a Level 2 application.
> Alternatively, but less desirably, add support for the following method in  SchemaConverter class:
> public InputSource getNodeTypeInputSource();    

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.