From 5771ec362f072b33d0e8f4838a6f027eb4404e9e Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Mon, 21 Nov 2011 18:44:29 +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. --- .../nuxeo-server/5.4.2-HF05/config/datasources-config.xml | 3 +++ .../nuxeo-server/5.4.2-HF05/config/default-repo-config.xml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/datasources-config.xml b/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/datasources-config.xml index a9d7b870e..e301d84c3 100644 --- a/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/datasources-config.xml +++ b/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/datasources-config.xml @@ -1,7 +1,10 @@ + + nuxeo nuxeo diff --git a/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/default-repo-config.xml b/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/default-repo-config.xml index b44acc3fe..24aee0f58 100644 --- a/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/default-repo-config.xml +++ b/3rdparty/nuxeo/nuxeo-server/5.4.2-HF05/config/default-repo-config.xml @@ -5,8 +5,12 @@ + + org.postgres.jdbc.jdbc2.optional.PostgreSQLXADataSource + jdbc:postgresql://localhost:5432/nuxeo nuxeo nuxpw -- 2.47.3