I am using the DCBP connection pooling with Tomcat 4.1.12. Everything works fine 
except when a connection dies because of some external factor (In my case it is a 
clearing of the the Cisco Routers xlate table which causes a SocketException). When 
this happens the JDBC driver I am using throws an SQLException with a specific 
SQLState, so I am able to identify when it occurs.

What I cannot do is get another working connection. It appears the Connection pool is 
giving me the same broken connection when I request another connection. Is there a way 
to get around this by resetting the connection pool or removing the dead connection?

Thanks
Jonathan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to