Re: Behavior of DBCP 1.4 BasicDataSource setDriverClassLoader(...)

2010-07-11 Thread Phil Steitz
Rob Heittman wrote: > Hi all, > > It seems to me that the 1.4 behavior of BasicDataSource with regard to > setDriverClassLoader(...) is slightly off. In my case -- using this to > enable DBCP to work better under some OSGi environments -- it doesn't have > the desired effect. In createConnection

Behavior of DBCP 1.4 BasicDataSource setDriverClassLoader(...)

2010-07-07 Thread Rob Heittman
Hi all, It seems to me that the 1.4 behavior of BasicDataSource with regard to setDriverClassLoader(...) is slightly off. In my case -- using this to enable DBCP to work better under some OSGi environments -- it doesn't have the desired effect. In createConnectionFactory() we have, essentially