Hi, The SQL2 parser problem was only fixed in the 2.0 branch, see https://issues.apache.org/jira/browse/JCR-2155
SQL2 and joins are new features, and still work-in-progress. They are not fully supported in the 1.x branch. If you want to use it, you would need to use Jackrabbit 2.0 alpha. Regards, Thomas On Mon, Aug 31, 2009 at 12:08 PM, Luca Tagliani<[email protected]> wrote: > > Hi Thomas, > I'm using 1.6.0. > BR > > Luca Tagliani > > Thomas Müller-2 wrote: >> >> Hi, >> >>> "javax.jcr.NamespaceException: WR: is not a registered namespace prefix." >>> >>> It seems that the query parser make an uppercase of the string so the >>> namespace "wr" (which is correctly registred) become "WR" (which, of >>> course, >>> doesn't exist). >> >> The parser used to uppercase tokens, but shouldn't do that any >> longer... What version of Jackrabbit (specially >> jackrabbit-spi-commons.jar) do you use? >> >> Regards, >> Thomas >> >> > > -- > View this message in context: > http://www.nabble.com/Query-using-joins-tp25167225p25221041.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >
