Querybuilder execution time : 0ms
There is OSGi JAVA Class running as service gets called through custom workflow Handler API.
Workflow gets executed and performs two JCR query using Query Builder API and it it takes Workflow session as parameter to execute JCR Query.
Query are like this QueryStarement : //element(*, dam:Asset)[(fn:name() = 'hksTestDAMUpload.pdf')],
It works perfectly in Non-Production environment including my desktop
On Production, 2nd query does not return any results, to find more information i enabled log for query execution and found SearchResult.getExecutionTimeMillis is returning 0ms.
Thought?
/Chandra