Re: Problem with JNDI DriverManagerDatasource

2008-04-30 Thread Bruce Snyder
On Wed, Apr 30, 2008 at 9:46 AM, Luis Avila <[EMAIL PROTECTED]> wrote: > Hi: > > This is my first mail to the list. I'm exposing several POJO's as web > services using servicemix. This pojos uses a datasource to connect to the > DB. They obtain the datasources through JNDI. > > I configured the

Problem with JNDI DriverManagerDatasource

2008-04-30 Thread Luis Avila
Hi: This is my first mail to the list. I'm exposing several POJO's as web services using servicemix. This pojos uses a datasource to connect to the DB. They obtain the datasources through JNDI. I configured the datasource using the org.springframework.jdbc.datasource.DriverManagerDataSource class