]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-6520: Uncommented ReportPostInitHandler block in correct (unified config)...
authorAron Roberts <aron@socrates.berkeley.edu>
Thu, 4 Dec 2014 02:52:12 +0000 (18:52 -0800)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 9 Dec 2014 21:12:51 +0000 (13:12 -0800)
commitb44c6b8ce9e19f90badc953892aa5f80196f1de4
treea9ac0e23d8276f86fa07599dc9a299d3cfec2e9c
parent484620c0a8d9d76eafacd5568e37413bc799f7dc
CSPACE-6520: Uncommented ReportPostInitHandler block in correct (unified config) tenant bindings prototype file. Moved several database-related utility methods out of ServiceMain and ReportPostInitHandler into JDBC Tools. Now initiate, and close, individual DB connections locally within these utility methods, rather than using passed-in connections, with the goal of improving clarity through isolation.
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto-unified.xml
services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml
services/common/src/main/java/org/collectionspace/services/common/ServiceMain.java
services/common/src/main/java/org/collectionspace/services/common/storage/JDBCTools.java
services/report/service/src/main/java/org/collectionspace/services/report/nuxeo/ReportPostInitHandler.java