Description
After a move of a Node from path /a to /b, that is not commited,
session.nodeExists(/a) is true (OAK-1039) the successive call to session.getNode(/a) throws PathNotFoundException
session.move(source, destination)
if (session.nodeExists(source)) {
session.getNode(source) <= PathNotFoundException
}
Attachments
Issue Links
- relates to
-
OAK-1039 Session#nodExists() true for a transiently moved Node at move Source
- Closed