Christan Keller created OAK-1039:
------------------------------------

             Summary: 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.9, 0.8
            Reporter: Christan Keller


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

Reply via email to