Re: Usign Databasepool inside of an EAR Application

2007-04-17 Thread David Jencks
The resource-ref element you show should go in geronimo-web.xml, not geronimo-application.xml. I'm not sure why geronimo isn't complaining about where you put it. I'd recommend naming your datasource "documentDataSource" in which case you should be able to leave out the resource-ref elemen

Re: Usign Databasepool inside of an EAR Application

2007-04-17 Thread Lasantha Ranaweera
Hi Jochen, Can u add the DatabaseAccess.jar in to the ear/WebApplication.war/WEB-INF/lib folder and see? Thanks, Lasantha Jochen Zink wrote: Hello at all, I have (maybe a simple) problem. I want to deploy an EAR Archive to geronimo 1.1.1. Inside this ear is only one module and one global J

Usign Databasepool inside of an EAR Application

2007-04-17 Thread Jochen Zink
Hello at all, I have (maybe a simple) problem. I want to deploy an EAR Archive to geronimo 1.1.1. Inside this ear is only one module and one global JAR Archive. ear: |--WebApplication.war |--META-INF |--MANIFEST.MF |--WEB-INF |--web.xml