Well, I solved the problem. I wasn't passing an empty namespaces struct along with all the required parameters to Query.
Should namespaces be a required parameter? If so I will put together a patch to warn if its not passed as the other params do. Cheers, Lachlan Donald ----- Original Message ----- From: "Lachlan Donald" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, December 05, 2002 4:30 PM Subject: Re: NullPointerException returned from Query > Sorry about that :) > > My two questions are > > a) Does anyone know why these errors occur? > b) Where can I see the full stack trace of the error? In 1.0 I could see it > in the server console, but now I am running it from Tomcat. > > Cheers, > Lachlan Donald > >
