LockManager uses SQL2 query --------------------------- Key: SLING-2030 URL: https://issues.apache.org/jira/browse/SLING-2030 Project: Sling Issue Type: Improvement Components: Extensions Affects Versions: Extensions Event 3.0.2 Reporter: Justin Edelson Fix For: Extensions Event 3.0.4
this query is slow: final Query q = qm.createQuery("select * from [nt:base] where [" + JCRHelper.NODE_PROPERTY_LOCK_OWNER + "] = '" + searchString + "'", Query.JCR_SQL2); -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira