You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/01/18 20:01:29 UTC

svn commit: r613226 - /jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties

Author: jukka
Date: Fri Jan 18 11:01:26 2008
New Revision: 613226

URL: http://svn.apache.org/viewvc?rev=613226&view=rev
Log:
JCR-1237: Change default value for respectDocumentOrder
    - Disabled the QUERY_XPATH_DOC_ORDER descriptor

Modified:
    jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties

Modified: jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties?rev=613226&r1=613225&r2=613226&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/resources-filtered/org/apache/jackrabbit/core/repository.properties Fri Jan 18 11:01:26 2008
@@ -66,5 +66,6 @@
 query.xpath.pos.index = true
 
 # The presence of this key indicates that XPath queries return results in document order.
-query.xpath.doc.order = true
-
+# query.xpath.doc.order = true
+# Disabled since in default configuration document order is not supported.
+# See https://issues.apache.org/jira/browse/JCR-1237 for details