]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-5782 Replace DataSource getConnection with DriverManager.getConnection(),...
authorPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 20 Dec 2012 23:30:07 +0000 (15:30 -0800)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Thu, 20 Dec 2012 23:30:07 +0000 (15:30 -0800)
commit2ff26066715d6cb0cc1149586c745bff52d9f212
tree7e595ae1fa1d7ce5d7e2f04fa3c7b96ae52b1710
parent0e8c5ac7e224e3f56dc2e1a64d772859bb19e0e7
CSPACE-5782 Replace DataSource getConnection with DriverManager.getConnection(), since former uses connection pool and so does not reflect changes to setUrl.
services/common/src/main/java/org/collectionspace/services/common/storage/JDBCTools.java