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". [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major ------- Additional Comments From [EMAIL PROTECTED] 2004-11-10 12:17 ------- No reason for this exception not to get fixed, folks. :) Set compression = true on the database, where DBCP connection pooling is provided by JNDI name lookup configuration for that connection, and dbcp is configured to pool prepared statements, and you're buggered. The patch works. It's safe. All you have to do is close the result set before closing the connection, and bob's your uncle. Please make sure it gets into the codebase before release, so I don't have to keep building top-of-tree once 2.1 is released. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
