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/08/26 11:02:54 UTC

[jira] [Updated] (OAK-974) Adding same name sibling throws ItemExistsException

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

Michael Dürig updated OAK-974:
------------------------------

    Summary: Adding same name sibling throws ItemExistsException  (was: Node#addNode throws ItemExistsException for existing node)
    
> Adding same name sibling throws ItemExistsException
> ---------------------------------------------------
>
>                 Key: OAK-974
>                 URL: https://issues.apache.org/jira/browse/OAK-974
>             Project: Jackrabbit Oak
>          Issue Type: Sub-task
>          Components: jcr
>            Reporter: Antonio Sanso
>         Attachments: OAK-974-patch.txt
>
>
> 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