You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Torgeir Veimo <to...@gmail.com> on 2014/12/15 13:08:59 UTC

support for jcr 2.1 Node.addNodeAutoNamed()

Is there any work done on adding support for JCR 2.1
Node.addNodeAutoNamed() in oak?


-- 
-Tor

Re: support for jcr 2.1 Node.addNodeAutoNamed()

Posted by Michael Dürig <md...@apache.org>.

On 15.12.14 1:08 , Torgeir Veimo wrote:
> Is there any work done on adding support for JCR 2.1
> Node.addNodeAutoNamed() in oak?
>


See OAK-129 for a very old issue re. this. Unfortunately not much 
activity currently. Oak uses sequential numbering an SNS like node names 
(i.e. node[1], node[2]) when it encounters name clashes during migration 
from Jackrabbit 2. However this behaviour is currently not exposed 
through the JCR API.

Michael