Thanks Norman and Michael, I love you ;-) I checked in that fix. Sorry, it was my mistake - changed the reader.parser(...) argument during my refactoring of the metadata stuff - damn me!.
regards, Armin ----- Original Message ----- From: "Michael Ansley" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 9:17 PM Subject: Re: Relative URIs > That's just great. I will try that later. Thanks a lot. > > Cheers... > > > MikeA > > > On Friday 03 January 2003 18:24, Norman C. Jarvis wrote: > > I have this same error and I changed RepositoryPersistor.java in two > > places from: > > > > reader.parse(new InputSource(url.openStream())); > > > > to > > > > reader.parse(new InputSource(url.toString())); > > > > I don't know if this is the correct fix, but it worked for me. > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
