is it posible to use c3p0 as the connection pool manager that manages the jndi datasource.
i want my application to retrieve the datasource using the traditional InitialContext.lookup method when this happens, the datasource returned is a c3p0 datasource. is this possible? any documentations on how to accomplish this?
