David Perkowski wrote:
> Could this perhaps be a failure of Tomcat to un-initialize the pool on
> undeployment (which I perform in my build file using Tomcat's Ant
> tasks, prior to deployment of the new WAR file)? Or perhaps it is a
> failure of c3p0 to release resources when Tomcat asks it to?
I'm running Tomcat 5.5.12 on Mac OS X and have recently switched from
using a Hibernate-configured DBCP to using a JNDI-configured/owned
c3p0 pool. I recognize that this may not necessarily be the correct
place to ask this question, since the problem may be with c3p0, but
perhaps other user