Re: deploy OJB with web application

2004-02-16 Thread marc salvetti
ZZZ Liu z2liu_work at yahoo.com writes: I am using OJB rc5. Everything is fine when I use it for stand alone program. But when I try to use it in a web application (applciation server is resin 2.1.10), I got following error. From the log, we can see that there is a NullPointerException at

Re: deploy OJB with web application

2004-02-16 Thread marc salvetti
Armin, i'm sorry i think i didn't understand your question in my last post i don't think there is a problem with entity elements because the objects are correctly loadeds, so the repository_user.xml is correctly parsed, the problem is that referenced objects and collections are null inside the

Re: deploy OJB with web application

2004-02-16 Thread marc salvetti
Robert S. Sfeir robert at codepuccino.com writes: Don't spin your wheels, I've already filed a bug with resin 3.0.6 where the repository won't parse right. Scott fixed it already for the next release, in the mean time use 3.0.4, it works fine. R well in fact i don't have much

Re: deploy OJB with web application

2004-02-16 Thread marc salvetti
Thomas Dudziak tomdz at first.gmd.de writes: On Mon, 16 Feb 2004, marc salvetti wrote: well in fact i don't have much choices as i don't control my host computer and resin versions I wonder why this should have anything to do with resin ? From what you posted it seems more like

Re: deploy OJB with web application

2004-02-16 Thread marc salvetti
tom, i tried to set the log level to debug in OJB.properties : ROOT.LogLevel=DEBUG but i don't understand how to access the log from my webapp, if i look to the error log of my isp, i only see the server errors, but not the output i can see on the console on my local computer the error

Re: deploy OJB with web application

2004-02-16 Thread marc salvetti
Thomas Dudziak tomdz at first.gmd.de writes: On Mon, 16 Feb 2004, marc salvetti wrote: but i don't understand how to access the log from my webapp, if i look to the error log of my isp, i only see the server errors, but not the output i can see on the console on my local computer