[dna-issues] [JBoss JIRA] Created: (DNA-627) Improve Support for Node Type Inheritance

Brian Carothers (JIRA) jira-events at lists.jboss.org
Thu Jan 7 10:48:31 EST 2010


Improve Support for Node Type Inheritance
-----------------------------------------

                 Key: DNA-627
                 URL: https://jira.jboss.org/jira/browse/DNA-627
             Project: DNA
          Issue Type: Bug
          Components: JCR
    Affects Versions: 0.6
            Reporter: Brian Carothers
            Priority: Minor
             Fix For: 1.0


DNA is currently fairly conservative in when it allows node type inheritance.  As just one example, the following definitions are not allowed (because type A and B both declare a child node with the same name:

[nodeA]
+ child (nt:unstructured)

[nodeB]
+ child (nt:unstructured)

[nodeC] > nodeA, nodeB

Opening this defect as a placeholder for discussion/patches around whether the inheritance rules should be relaxed and how.

-- 
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