Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.0-alpha1
-
None
Description
PropertyDefinitionImpl.toXML does
// JCR 2.0 extension
Element qopElem = document.createElement(AVAILABLE_QUERY_OPERATORS_ELEMENT);
String[] qops = getAvailableQueryOperators();
for (int i = 0; i < qops.length; i++)
return elem;
which doesn't attach the qopElem to the returned dom.