I have seen a couple posts here related to a similar issue, where JCR-SQL2 query returns 3 results in CRXDE Query Tool but 0 results in OSGI. Here's my code:String query = "SELECT DISTINCT page.[jcr:path] FROM [cq:Page] AS page...";Session session = resourceResolver.adaptTo(Session.class);QueryMana...