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
