From: Richard Millet Date: Mon, 21 Nov 2011 19:15:53 +0000 (+0000) Subject: CSPACE-4526: Adding more support for PostgreSQL to be the default DB. These changes... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=e827f9c7ab5d50e1e2537d7f620f7c928779b8ce;p=tmp%2Fjakarta-migration.git CSPACE-4526: Adding more support for PostgreSQL to be the default DB. These changes will be reverted once the Nuxeo JNDI fix is in place. --- diff --git a/services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml b/services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml index 96e4234de..d454ed04b 100644 --- a/services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml +++ b/services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml @@ -16,15 +16,32 @@ org.collectionspace.services.authorization.PermissionRoleRel org.collectionspace.services.authorization.Role org.collectionspace.services.authorization.AccountRoleRel + + + + + + + + + + + + + + diff --git a/services/authorization/service/src/main/resources/applicationContext-authorization.xml b/services/authorization/service/src/main/resources/applicationContext-authorization.xml index 5f8d801d2..dac9c386e 100644 --- a/services/authorization/service/src/main/resources/applicationContext-authorization.xml +++ b/services/authorization/service/src/main/resources/applicationContext-authorization.xml @@ -41,11 +41,20 @@ --> + + + + + + +