[ http://issues.apache.org/jira/browse/JCR-580?page=comments#action_12437699 ] Dan Connelly commented on JCR-580: ----------------------------------
Ok, Stefan, it is minor. But still deserves a JIRA. I have just noticed that registerNodeTypes(List defs) calls the following method in the NodeTypeRegistry for the actual registration step.: public synchronized void registerNodeTypes(Collection ntDefs) That method is public. So my scenario is not blocked in the current code. > Should be public: NodeType[] registerNodeTypes(List defs) > ----------------------------------------------------------- > > Key: JCR-580 > URL: http://issues.apache.org/jira/browse/JCR-580 > Project: Jackrabbit > Issue Type: Improvement > Components: nodetype > Affects Versions: 1.0.1 > Reporter: Dan Connelly > Assigned To: Stefan Guggisberg > Priority: Minor > > 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. - 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
