AW: Tomcat 5.5.25 DBCP SQLException: Already closed.

2007-12-11 Thread Eickvonder Bjoern
Meanwhile I found out that the SQLException: Already closed hides another SQLException. Some debugging into JPOX (which opens the connection) showed that in my scenario DBCP 1.2.2 returns an already closed conenction while DBCP 1.2.1 returns a valid connection. I've already asked the DBCP

Re: AW: Tomcat 5.5.25 DBCP SQLException: Already closed.

2007-12-11 Thread David Smith
Hmmm... take a look at the release notes for dbcp and see if any of the fixes listed might impact your environment. --David Eickvonder Bjoern wrote: Meanwhile I found out that the SQLException: Already closed hides another SQLException. Some debugging into JPOX (which opens the connection)