[dna-issues] [JBoss JIRA] Updated: (DNA-442) Node types should not have to be registered in a particular order
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Thu Jun 4 14:59:56 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Randall Hauch updated DNA-442:
------------------------------
Attachment: DNA-442.patch
Attached a patch for consideration. This patch doesn't change any of the existing unit tests, but does seem to allow the node types to be registered in any order without affecting the actual types being registered.
> Node types should not have to be registered in a particular order
> -----------------------------------------------------------------
>
> Key: DNA-442
> URL: https://jira.jboss.org/jira/browse/DNA-442
> Project: DNA
> Issue Type: Feature Request
> Components: JCR
> Affects Versions: 0.4
> Reporter: Randall Hauch
> Fix For: 0.5
>
> Attachments: DNA-442.patch
>
>
> Currently, the RepositoryNodeTypeManager.registerNodeTypes(...) methods require that the supplied node types are ordered such that referenced types appear before types that use/reference other types. This can complicate the definition of the node types, and should be relaxed so that the order of the node types (within a batch of node types being registered).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list