Antonio Sanso created OAK-974:
---------------------------------
Summary: Node#addNode throws ItemExistsException for existing node
Key: OAK-974
URL: https://issues.apache.org/jira/browse/OAK-974
Project: Jackrabbit Oak
Issue Type: Sub-task
Components: jcr
Reporter: Antonio Sanso
Node#addNode throws ItemExistsException for existing node .
e.g.
{code}
session.getRootNode().addNode("foo");
session.save();
session.getRootNode().addNode("foo");
{code}
This is not the case for Jackrabbit
--
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