Re: Loading drivers from outside server lib/

2013-08-18 Thread Romain Manni-Bucau
Hi I proposed it too some times ago ( http://tomcat.10.x6.nabble.com/pooledconnection-amp-tccl-td4985466.html). Side note: we made it working in tomee since several versions using resources.xml but the point is because of the way jdbc drivers work you can't really prevent mem leaks when a server

Loading drivers from outside server lib/

2013-08-17 Thread David Blevins
Hi All! Whipped up a short little patch to allow for JDBC drivers and interceptors to be loaded from the thread context class loader as well as the traditional way using effectively the server/lib/ based classloader. - https://issues.apache.org/bugzilla/show_bug.cgi?id=55444 We were using Com