Re: DBCP user/password specified in getConnection

2008-01-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anthony, Berglas, Anthony wrote: | We have an app that uses connection pooling, but tries to specify the | username/password in the code. In particular, it does not want the | password to be in plain text in an xml file. There is only one username

DBCP user/password specified in getConnection

2008-01-13 Thread Berglas, Anthony
We have an app that uses connection pooling, but tries to specify the username/password in the code. In particular, it does not want the password to be in plain text in an xml file. There is only one username involved, so no issues with heterogeneous connection pools. Pretty basic requirement.