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)

           Summary: BasicDataSource does not work with getConnection(String,
                    String)
           Product: Commons
           Version: 1.2 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Dbcp
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Using DBCP 1.2.1, I cannot get a BasicDataSource to work when credentials are 
not supplied.  My application learns the username and password at runtime and 
as a result has to use getConnection(String, String). The problem seems to 
occur in the createDataSource() method.

If a username and password are not supplied with the data source, they get 
logged as missing, which is fine, but in the absence of the username/password 
upon creation of the ConnectionPoolFactory, it bombs upon validation.  Since 
createDataSource() is called without arguments regardless of the getConnection()
method that is called, validateConnectionFactory(PoolableConnectionFactory)
will always fail if the username and password are not supplied with the 
original data source configuration.

My application runs outside of an application server. I am using Spring 1.0 and 
have tried HSQL and MySQL JDBC drivers. I can reproduce this error.

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

Reply via email to