Re: Library conflict

2007-04-18 Thread jgunz
It's been a little while but I figured I should probably post the solution I ended up going with. I decided to make use of the Javaassist Loader classloader (http://www.csg.is.titech.ac.jp/~chiba/javassist/). I manually constructed a new Loader and added all of my desired Jars to it, and added the

Re: Usign Databasepool inside of an EAR Application

2007-04-18 Thread Jochen Zink
Okay, that fails... maybe there is a problem in the geronimo-application.xml? geronimo-application.xml: http://geronimo.apache.org/xml/ns/j2ee/application-1.0"; xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.1"; xmlns:security="http://geronimo.apache.org/xml/ns/security-

Re: Usign Databasepool inside of an EAR Application

2007-04-18 Thread David Jencks
On Apr 18, 2007, at 1:09 AM, Jochen Zink wrote: I deploy it with the geronimo console. Not with the deployer tool. The geronimo-application.xml is in META-INF directory of the EAR. That should work, but the behavior you describe imply that geronimo is not finding it. Could you try deployi

Re: Usign Databasepool inside of an EAR Application

2007-04-18 Thread Jochen Zink
I deploy it with the geronimo console. Not with the deployer tool. The geronimo-application.xml is in META-INF directory of the EAR. Thanks > -Ursprüngliche Nachricht- > Von: user@geronimo.apache.org > Gesendet: 18.04.07 10:06:00 > An: user@geronimo.apache.org > Betreff: Re: Usign Data

Re: Usign Databasepool inside of an EAR Application

2007-04-18 Thread David Jencks
On Apr 18, 2007, at 12:15 AM, Jochen Zink wrote: Thanks for your answers, but I can't get it run. I removed the resource-ref from geronimo-application.xml and put them to geronimo-web.xml. But I get the same error: I'm confused... with standalone Webapplication, it works pretty fine. Al

Re: Usign Databasepool inside of an EAR Application

2007-04-18 Thread Jochen Zink
Thanks for your answers, but I can't get it run. I removed the resource-ref from geronimo-application.xml and put them to geronimo-web.xml. But I get the same error: I'm confused... with standalone Webapplication, it works pretty fine. Also using the same name for the resource in web.xml and t