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

Exception during StandardRDBMSAdapter.close(): "already closed".





------- Additional Comments From [EMAIL PROTECTED]  2004-11-03 18:40 -------
Happens if you've got compression enabled, as we close the temporary connection and 
then close the 
statement afterwards.  Users of DBCP pooling will probably, like me, receive the error 
below, when the 
prepared statement was closed in the background by the closing of the connection.

Changing the order cleans up the problem.

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

Reply via email to