Re: Problems with OJB in a servlet container

2003-06-23 Thread Mark Striebeck
Daniel, THANKS! Works like a charm. Ciao MarkS Daniel Wroblewski wrote: I had a similar problem with OJB in Resin. By setting some system properties, overriding the default XML parsers loaded by resin, I got it to work. You can set system properties in a number of ways, I choose to do it in

RE: Problems with OJB in a servlet container

2003-06-22 Thread Daniel Wroblewski
I had a similar problem with OJB in Resin. By setting some system properties, overriding the default XML parsers loaded by resin, I got it to work. You can set system properties in a number of ways, I choose to do it in the resin configuration file, resin.conf. Try adding the following before the

RE: Problems with OJB in a servlet container

2003-06-20 Thread Charles Anthony
Hi Mark, There's some kind of bizarre synchronicity going on here I was just trying my OJB Webapp in Resin for the first time (minutes ago), and I got exactly the same problem. It runs fine in Tomcat, and we've had it going in Websphere too. I've got a hunch that it may have something to do

Re: Problems with OJB in a servlet container

2003-06-20 Thread Alexander Prozor
Maybe you use xalan lib different from OJB original version? it can't parse URL to repository.xml file. OJB don't put XMLreader.parse method in try/catch block so you will not be able to see real situation in the log files :(. -- Best regards, Alexandermailto:[EMAIL

RE: Problems with OJB in a servlet container

2003-06-20 Thread Rob Kischuk
with OJB in a servlet container Maybe you use xalan lib different from OJB original version? it can't parse URL to repository.xml file. OJB don't put XMLreader.parse method in try/catch block so you will not be able to see real situation in the log files :(. -- Best regards, Alexander

RE: Problems with OJB in a servlet container

2003-06-20 Thread Malinescu, Cristian
PROTECTED] Sent: Freitag, 20. Juni 2003 12:13 To: 'OJB Users List' Subject: RE: Problems with OJB in a servlet container Hi Mark, There's some kind of bizarre synchronicity going on here I was just trying my OJB Webapp in Resin for the first time (minutes ago), and I got exactly the same