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 2004/02/29 21:19:57 UTC

DO NOT REPLY [Bug 27320] - DBCP 1.1 incompatible with Informix (driver doesn't support setReadOnly(...))

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

DBCP 1.1 incompatible with Informix (driver doesn't support setReadOnly(...))

dirk.verbeeck@pandora.be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From dirk.verbeeck@pandora.be  2004-02-29 20:19 -------
The solution I implemented is to allow 3 values for the defaultReadOnly parameter:
true, false and notset.
When the parameter isn't set then the Connection.setReadOnly method will not be
called on activate.

BasicDataSource.java revision: 1.35
PoolableConnectionFactory.java revision: 1.20

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org