From b6314d4775a0cf2d5e5f86b3cd863dd38b8c560a Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Mon, 21 Nov 2011 08:07:41 +0000 Subject: [PATCH] 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. --- .../src/main/resources/META-INF/persistence.xml | 10 +++++----- .../resources/applicationContext-authorization.xml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml b/services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml index c058f6a9b..96e4234de 100644 --- a/services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml +++ b/services/JaxRsServiceProvider/src/main/resources/META-INF/persistence.xml @@ -17,13 +17,13 @@ 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 625ddefc8..5f8d801d2 100644 --- a/services/authorization/service/src/main/resources/applicationContext-authorization.xml +++ b/services/authorization/service/src/main/resources/applicationContext-authorization.xml @@ -42,10 +42,10 @@ --> - - - - + + + + -- 2.47.3