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=17678>.
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=17678

DBCP Fails silently in many cases





------- Additional Comments From [EMAIL PROTECTED]  2003-04-01 06:00 -------
It's confusing why a method like PoolableConnectionFactory.passivateObject() 
declares that it throws Exception and then proceeds to swallow the 
SQLExceptions.  Is there a valid reason that it should swallow them?  IMO, any 
code like:


} catch(SQLException e) {


    ; // ignored


}


should be refactored to throw or log the exception.

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

Reply via email to