https://issues.apache.org/bugzilla/show_bug.cgi?id=49224

--- Comment #1 from Matt Passell <[email protected]> 2010-04-29 
11:18:10 EDT ---
I'm guessing that the solution is as simple as changing lines 215 and 216 of
PooledConnection to the following:

poolProperties.getDbProperties().setProperty("user", usr != null ? usr : "");
poolProperties.getDbProperties().setProperty("password", pwd != null ? pwd :
"");

--Matt

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to