Hi Guillaume, On Tue, 2015-12-01 at 16:40 +0100, Guillaume Lucazeau wrote: > Hello, > > It seems I cannot execute a single query in the JCR > Explorer. Something > simple like this "SELECT * FROM [sling:Folder]" produces this : > * Wrapped javax.jcr.RepositoryException: This query result has > already been > iterated through (/libs/sling/servlet/default/explorer/search.esp#82) > (500)* > > But I only found this e-mail talking about this issue. Can anyone > recommend > a solution for this, maybe upgrading a bundle? It would be really > convenient to debug JCR query with this tool
You might also want to take a look at composum [1], it's a fully- featured JCR browser built on top of Sling. There is also a resource editor in the Sling contrib area, but that hasn't been released yet. Thanks, Robert [1]: https://github.com/ist-dresden/composum
