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

Michael Marth updated OAK-974:
------------------------------

    Fix Version/s: 0.13

> 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)

Reply via email to