Consistency checker should fix 'disconnected' nodes
---------------------------------------------------

                 Key: JCR-3269
                 URL: https://issues.apache.org/jira/browse/JCR-3269
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
            Reporter: Unico Hommes
         Attachments: fixdisconnectednodes.patch

A disconnected node is a node for which there is a node which has that node 
listed as a child, but the child node doesn't refer back to that parent node.

Instead it can have a parent id that is either <null>, refers to a node that 
doesn't exist, refers to a parent but that parent doesn't refer back to it, 
refers to a parent and that parent also refers back to it.

In all four cases the consistency checker should remove the child node entry in 
the node that refers to the disconnected node as a child.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to