Tobias Bocanegra created OAK-1224:
-------------------------------------
Summary: Repository descriptor
"node.type.management.same.name.siblings.supported" should be false
Key: OAK-1224
URL: https://issues.apache.org/jira/browse/OAK-1224
Project: Jackrabbit Oak
Issue Type: Bug
Affects Versions: 0.11
Reporter: Tobias Bocanegra
Assignee: Tobias Bocanegra
JCR Javadoc mentiones:
{code}
/**
* Key to a <code>boolean</code> descriptor. Returns <code>true</code> if
* and only if same-name sibling child nodes are supported.
*
* @since JCR 2.0
*/
public static final String
NODE_TYPE_MANAGEMENT_SAME_NAME_SIBLINGS_SUPPORTED =
"node.type.management.same.name.siblings.supported";
{code}
which is not the case in Oak.
--
This message was sent by Atlassian JIRA
(v6.1#6144)