Ulrich wrote > queryString = "select * from [nt:file] as parent " + > "inner join [nt:resource] as child on > ISCHILDNODE(child,parent)" + > "WHERE ISDESCENDANTNODE(descendant,[/content/testit])";
You are missing space before WHERE clause? -- View this message in context: http://jackrabbit.510166.n4.nabble.com/JCR-SQL2-JOIN-fails-with-javax-jcr-RepositoryException-Internal-Server-Error-tp4658889p4658893.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
