Eung-ju Park wrote:
2) I don't know if the following should be fixed in JdbcDataSource or in a Configuration class.
There is no way for me to construct a data source with an empty string as the password. If I don't specify the password or if I specify <passwd></passwd>, the default of null is used. I would prefer that if <passwd> is omitted, the Configuration returns null; if <passwd> is empty, the Configuration returns an empty string.
use <password></password> instead of <passwd></passwd>
This does not work. This results in the password having a null value. I think that this may be inappropriate.
Of course, the workaround is for me to use any non-empty value in <password>. The database is local and not password protected, but using a password does not hurt.
Ken
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
