So since that issue is unresolved, I assume I have to add the index manually. If I then use a naming scheme like name[index], I get an exception;
javax.jcr.RepositoryException: Cannot create a new node using a name including an index at org.apache.jackrabbit.oak.jcr.session.SessionImpl.checkIndexOnName(SessionImpl.java:98) at org.apache.jackrabbit.oak.jcr.session.NodeImpl.addNode(NodeImpl.java:252) On 5 August 2014 00:47, Michael Dürig <[email protected]> wrote: > > > On 4.8.14 4:39 , Torgeir Veimo wrote: >> >> I have a mixin I use with nt:file nodes to allow some same name >> sibling child nodes (when of a specific node type). >> >> Is this not supported with oak? I am getting >> javax.jcr.ItemExistsException when I add several child nodes with the >> same name, while it works in jackrabbit 2.8. > > > > SNSs are deprecated in Oak. See > http://jackrabbit.apache.org/oak/docs/differences.html#Same_name_siblings > > Michael -- -Tor
