Hi guys,
I don't know where I can submit issues found with the JCR explorer tool (Toromiro), so I just used this email.
I'm connecting to a Jackrabbit 2.4.0 repository (http://localhost:9091/rmi) to the default workspace.
I need to launch some test JCR-SQL2 queries on the repo (something like below ...)
, and I get the below error:
(Image)
I believe you're using result.getNodes(), where result is an instance of QueryResult.
For join queries, you have to allow selecting the selector for which we need to view the results e.g. result.getNodes("inh") or result.getNodes("ref"), where <inh> and <ref> would be an input on the GUI or simply detected from the SQL query (SELECT ... AS inh ... AS ref ...).
Please let me know if this issue can be workaround'ed.
Regards,
Claudiu Muresan