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