[ http://issues.apache.org/jira/browse/JCR-580?page=comments#action_12437639 ] Dan Connelly commented on JCR-580: ----------------------------------
The class where the registerNodeTypes methods are defined is org.apache.jackrabbit.core.nodetype.NodeTypeManagerImpl. This issue is major with respect to the scenario I outlined. I assume it is easily fixed since there seems to be no reason to have this method private. > 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
