Re: bug in org.apache.tomcat.jdbc.pool.PooledConnection.validate() for initSQL

2009-03-25 Thread Filip Hanik - Dev Lists
Thank you Torin, fixed in r758273 Filip torin.e.mcc...@jci.com wrote: Hi there is a bug in org.apache.tomcat.jdbc.pool.PooledConnection.validate (int validateAction, String sql) for initSQL. You do not perform the validation if it has occurred recently--getValidationInterval(). However this sh

bug in org.apache.tomcat.jdbc.pool.PooledConnection.validate() for initSQL

2009-03-25 Thread Torin . E . McCabe
Hi there is a bug in org.apache.tomcat.jdbc.pool.PooledConnection.validate (int validateAction, String sql) for initSQL. You do not perform the validation if it has occurred recently--getValidationInterval(). However this shoul not apply to validateAction == VALIDATE_INIT which should always be