https://issues.apache.org/bugzilla/show_bug.cgi?id=50571
--- Comment #2 from Jeremy Norris <jnorri...@gmail.com> 2011-01-11 18:36:33 EST --- Hello, This initial use-case I was needing was for SQLExceptions originating in ConnectionState.reset() to propagate out of ConnectionPool.getConnection(). The rest of the changes cascaded from this: eg: ConnectionPool.abandon() -> ConnectionPool.release() -> PooledConnection.setHandler() -> JdbcInterceptor.reset(). I suspect there will be more and that most APIs will possibly throw SQLException... Thanks. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org