You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/09/30 08:46:31 UTC

DO NOT REPLY [Bug 13129] New: - CPDSConnectionFactory prints invalid error messages

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

CPDSConnectionFactory prints invalid error messages

           Summary: CPDSConnectionFactory prints invalid error messages
           Product: Commons
           Version: Nightly Builds
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Dbcp
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: roytmana@peacetech.com


KeyedCPDSConnectionFactory and CPDSConnectionFactory should not print error 
message "CLOSING DOWN CONNECTION DUE TO INTERNAL ERROR"
in connectionErrorOccurred(ConnectionEvent event)
if event.getSQLException == null
because this event gets fired when physical connection gets closed normal way

from ConnectionEventListener API DOCS:

The ConnectionEventListener interface is implemented by a connection pooling 
component. A connection pooling component will usually be provided by a JDBC 
driver vendor or another system software vendor. A JDBC driver notifies a 
ConnectionEventListener object when an application is finished using a pooled 
connection with which the listener has registered. The notification occurs 
after the application calls the method close on its representation of a 
PooledConnection object. A ConnectionEventListener is also notified when a 
connection error occurs due to the fact that the PooledConnection is unfit for 
future use---the server has crashed, for example. The listener is notified by 
the JDBC driver just before the driver throws an SQLException to the 
application using the PooledConnection object.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>