You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (Created) (JIRA)" <ji...@apache.org> on 2011/12/16 15:06:31 UTC

[jira] [Created] (JCR-3184) extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node

extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node
--------------------------------------------------------------------------------------------------

                 Key: JCR-3184
                 URL: https://issues.apache.org/jira/browse/JCR-3184
             Project: Jackrabbit Content Repository
          Issue Type: Task
          Components: jackrabbit-core
            Reporter: Julian Reschke
            Assignee: Julian Reschke
            Priority: Minor


The optional ConsistencyChecker API on persistence managers allows analyzing and fixing storage inconsistencies. The current fixup code though does not attempt to "adopt" orphaned nodes.

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

        

[jira] [Resolved] (JCR-3184) extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node

Posted by "Julian Reschke (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke resolved JCR-3184.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5
    
> extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node
> --------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3184
>                 URL: https://issues.apache.org/jira/browse/JCR-3184
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>          Components: jackrabbit-core
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>             Fix For: 2.5
>
>         Attachments: JCR-3184.diff
>
>
> The optional ConsistencyChecker API on persistence managers allows analyzing and fixing storage inconsistencies. The current fixup code though does not attempt to "adopt" orphaned nodes.

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

        

[jira] [Updated] (JCR-3184) extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node

Posted by "Julian Reschke (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke updated JCR-3184:
--------------------------------

    Attachment: JCR-3184.diff

proposed patch
                
> extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node
> --------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3184
>                 URL: https://issues.apache.org/jira/browse/JCR-3184
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>          Components: jackrabbit-core
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>         Attachments: JCR-3184.diff
>
>
> The optional ConsistencyChecker API on persistence managers allows analyzing and fixing storage inconsistencies. The current fixup code though does not attempt to "adopt" orphaned nodes.

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

        

[jira] [Issue Comment Edited] (JCR-3184) extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node

Posted by "Julian Reschke (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170990#comment-13170990 ] 

Julian Reschke edited comment on JCR-3184 at 12/16/11 2:34 PM:
---------------------------------------------------------------

(work in progress, activation through PM config currently missing)

This patch adds the "adoption" functionality, but leaves the choice of where to move the nodes to the caller.
                
      was (Author: reschke):
    (work in progress, activation through PM config currently missing)
                  
> extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node
> --------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3184
>                 URL: https://issues.apache.org/jira/browse/JCR-3184
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>          Components: jackrabbit-core
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>         Attachments: JCR-3184.diff
>
>
> The optional ConsistencyChecker API on persistence managers allows analyzing and fixing storage inconsistencies. The current fixup code though does not attempt to "adopt" orphaned nodes.

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

        

[jira] [Updated] (JCR-3184) extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node

Posted by "Jukka Zitting (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-3184:
-------------------------------

    Issue Type: Improvement  (was: Task)
    
> extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node
> --------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3184
>                 URL: https://issues.apache.org/jira/browse/JCR-3184
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>             Fix For: 2.3.7
>
>         Attachments: JCR-3184.diff
>
>
> The optional ConsistencyChecker API on persistence managers allows analyzing and fixing storage inconsistencies. The current fixup code though does not attempt to "adopt" orphaned nodes.

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

        

[jira] [Updated] (JCR-3184) extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node

Posted by "Jukka Zitting (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-3184:
-------------------------------

    Fix Version/s:     (was: 2.5)
                   2.4

Merged to the 2.4 branch in revision 1232414. It'll be useful to have this already in 2.4.0.
                
> extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node
> --------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3184
>                 URL: https://issues.apache.org/jira/browse/JCR-3184
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>          Components: jackrabbit-core
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>             Fix For: 2.4
>
>         Attachments: JCR-3184.diff
>
>
> The optional ConsistencyChecker API on persistence managers allows analyzing and fixing storage inconsistencies. The current fixup code though does not attempt to "adopt" orphaned nodes.

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

        

[jira] [Updated] (JCR-3184) extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node

Posted by "Julian Reschke (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke updated JCR-3184:
--------------------------------

    Attachment:     (was: JCR-3184.diff)
    
> extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node
> --------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3184
>                 URL: https://issues.apache.org/jira/browse/JCR-3184
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>          Components: jackrabbit-core
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>         Attachments: JCR-3184.diff
>
>
> The optional ConsistencyChecker API on persistence managers allows analyzing and fixing storage inconsistencies. The current fixup code though does not attempt to "adopt" orphaned nodes.

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

        

[jira] [Updated] (JCR-3184) extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node

Posted by "Julian Reschke (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke updated JCR-3184:
--------------------------------

    Attachment: JCR-3184.diff

(work in progress, activation through PM config currently missing)
                
> extend ConsistencyChecker API to allow adoption of orphaned nodes to a to-be-specified parent node
> --------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3184
>                 URL: https://issues.apache.org/jira/browse/JCR-3184
>             Project: Jackrabbit Content Repository
>          Issue Type: Task
>          Components: jackrabbit-core
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>         Attachments: JCR-3184.diff
>
>
> The optional ConsistencyChecker API on persistence managers allows analyzing and fixing storage inconsistencies. The current fixup code though does not attempt to "adopt" orphaned nodes.

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