Refresh wait time error on pool checkout
Brought to you by:
nate
I was working through a situation where I was having problems checking out valid connections
from the connection pool and noticed that my retry wait interval appeared to be shorter than expected.
In JdbcConnectionPoolConnection.java (line 585 of the 1.1.8.pre5 release) I saw the following.
/**