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/07/08 19:31:47 UTC

DO NOT REPLY [Bug 29963] - BasicDataSource does not work with getConnection(String, String)

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

BasicDataSource does not work with getConnection(String, String)

dirk.verbeeck@pandora.be changed:

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



------- Additional Comments From dirk.verbeeck@pandora.be  2004-07-08 17:31 -------
BasicDataSource only supports the getConnection() method with the
username/password set globally on the datasource.

If you want to use getConnection(String username, String password) 
then you should use the org.apache.commons.dbcp.datasources.PerUserPoolDataSource

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