'=' not allowed in jdbc properties
Brought to you by:
nate
JdbcConnectionPool.getProperties(String) makes no
allowances for equals signs inside of properties, which
makes the following illegal:
com.protomatter.jdbc.pool.sqlsvrpool=\
...
jdbc.URL=jdbc:microsoft:sqlserver://10.141.76.16;Databa
seName=A;User=B;Password=C, \ ...
com.protomatter.jdbc.pool.sqlsvrpool.jdbcProperties \
user=asiadev,\
password=asiadev
A simple fix is attached.
Protomatter has saved me a lot of time and effort -
thanks!
--steve
com.protomatter.jdbc.pool.JdbcConnectionPool#getProperties(String) replacement
Doh! Make that an (i+1) in the 2nd arg to 'put' . How embarrassing...