DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13765>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13765

fail to reconnect after the database was down and back up again.





------- Additional Comments From [EMAIL PROTECTED]  2002-10-21 23:30 -------
Although the previous suggestions work, the real problem is perhaps at 
getConnection() in GenericDataSource. A stale connection, which can not be ping-
ed will still be returned, because of the 'continue' statement in the 
   } catch(SQLException e) {
   } 
block.

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to