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 "angela (JIRA)" <ji...@apache.org> on 2013/11/12 12:23:17 UTC

[jira] [Resolved] (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 ]

angela resolved OAK-974.
------------------------

    Resolution: Not A Problem

sns are not supported thus the behavior is correct.

> 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
>             Fix For: 0.13
>
>         Attachments: OAK-974-patch.txt
>
>
> Node#addNode throws ItemExistsException for existing node where same name siblings are allowed.
> e.g.
> {code}
> session.getRootNode().addNode("foo");
> session.save();
> session.getRootNode().addNode("foo");
> {code}
> This is not the case for Jackrabbit



--
This message was sent by Atlassian JIRA
(v6.1#6144)