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

http://issues.apache.org/bugzilla/show_bug.cgi?id=27438

JDBCAppender doesn't release connection in case of failure





------- Additional Comments From [EMAIL PROTECTED]  2004-03-31 03:32 -------
Hi Gino,

The statements was there in the original version. I've left them untouched

  stmt.close();
  closeConnection(con); //never reached 

The bad(potentially bad) connection is closed in the retry method and will 
always be closed in the finally block on the second attempt.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to