getRootNode() of Workspace

2013-11-17 Thread Datenheld
Hi, I've been using Jackrabbit in a tomcat setup for several days and now I have a few questions. It'd be really kind if anyone would answer those questions because I am stuck (especially on the first question) and it is mission critical for me. As stated before, I use Jackrabbit on Tomcat6

Select jcr:path in JCR SQL2

2013-11-17 Thread Datenheld
Hi again, here's a question about jcr:path in queries. Consider the following query: SELECT base.[jcr:path], content.[jcr:lastModified], content.[jcr:lastModifiedBy] FROM [nt:base] as base LEFT OUTER JOIN [nt:resource] as content ON ISCHILDNODE(content, base) WHERE ((base.[jcr:primaryType]