Re: FW: Question on Tomcat JDBC Connection Pool

2014-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Wes, On 8/18/14, 1:05 PM, Wes Clark wrote: > One of the primary conditions for which we want to mark the > connection for death is when a rollback fails with an exception. > An example of this kind of error is a network error. Won't this happen au

FW: Question on Tomcat JDBC Connection Pool

2014-08-18 Thread Wes Clark
One of the primary conditions for which we want to mark the connection for death is when a rollback fails with an exception. An example of this kind of error is a network error. We do this with: PooledConnection pooledConnection = conn.unwrap(PooledConnection.class); pooledConnecti