-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
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