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=22952>. 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=22952 reconnection to database not possible [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|reconnection to database not|reconnection to database not |possible |possible ------- Additional Comments From [EMAIL PROTECTED] 2003-09-06 11:33 ------- If there is a possibility that your database connections becomes broken (by a database restart, network problem, ...) then you need to configure connection validation. testOnBorrow = true validationQuery = "select * from dual" (make sure you use a correct query for your database) => more questions: commons-user mailinglist (use [DBCP] subject prefix) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]