The following code seems to fail to advance the iterator causing the loop to not never exit when an exception with a null message is encountered.
FatalSqlExceptionHelper:117
if (t.getMessage() != null && t.getMessage().indexOf((String) i.next()) > -1) {
I have patched the code in the following way to treat all Errors, RuntimeExceptions and Exceptions with null messages as...
2008-11-06 10:51:30 UTC in Proxool: Proxy JDBC Connection Pool