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=40782>. 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=40782 ------- Additional Comments From [EMAIL PROTECTED] 2006-10-20 11:45 ------- This is expected behaviour IMHO. You are changing the connection from the default state and then returning it to the pool without reverting your modifictions. This violates the principle of least surprise. DBCP does not alter read-only status of a connection when it is returned to the pool. If you set a conn to R/O and then return it to the pool (conn.close()) without doing conn.setReadOnly(false) it will retain it's R/O status. The next consumer of that connection will get it with R/O set. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]