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 "Antonio Sanso (JIRA)" <ji...@apache.org> on 2013/08/21 16:44:52 UTC

[jira] [Created] (OAK-974) Node#addNode throws ItemExistsException for existing node

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