You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2013/09/27 12:18:02 UTC

[jira] [Resolved] (OAK-1039) Session#nodExists() true for a transiently moved Node at move Source

     [ https://issues.apache.org/jira/browse/OAK-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig resolved OAK-1039.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.10
         Assignee: Michael Dürig

Good catch, thanks Chris!. 

Fixed at http://svn.apache.org/r1526845. Updated {{MoveTest}} to catch this.
                
> Session#nodExists() true for a transiently moved Node at move Source
> --------------------------------------------------------------------
>
>                 Key: OAK-1039
>                 URL: https://issues.apache.org/jira/browse/OAK-1039
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core, jcr
>    Affects Versions: 0.8, 0.9
>            Reporter: Christan Keller
>            Assignee: Michael Dürig
>             Fix For: 0.10
>
>         Attachments: Issue.java
>
>
> Have a Node at path /a,
> when you move this on the session to /b without commiting
> the call to session.nodeExists(/a) is true.
> {code}
>             session.move(path, destination);
>             session.nodeExists(path); <= is true
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira