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 "Michael Dürig (JIRA)" <ji...@apache.org> on 2012/06/05 14:59:22 UTC

[jira] [Created] (OAK-129) Add support for auto creating node names

Michael Dürig created OAK-129:
---------------------------------

             Summary: Add support for auto creating node names
                 Key: OAK-129
                 URL: https://issues.apache.org/jira/browse/OAK-129
             Project: Jackrabbit Oak
          Issue Type: New Feature
          Components: core
            Reporter: Michael Dürig


As discussed at the Hamburg Oakathon [1], we want to add support for auto generating node names to Oak instead of full fledged support for same name siblings: set {{node.type.management.same.name.siblings.supported}} to {{false}}. Define a marker mixin which can be used to mark nodes which support auto creating names for child nodes on collision. If on {{addNode(String)}} a node with the given name already exists, auto create an unique name and add the marker mixin. 

Open jsr/tck issue if necessary. 

Implementation as plugin/commit hook. Potentially implement the new JSR-333 interfaces for server-named nodes using an extension interface. 

[1] http://markmail.org/message/tb3usrvmjr7xy4h6

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira