From b4a1749e5f167d851bf0278a3d418e589366352f Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 21 May 2019 17:22:14 -0700 Subject: [PATCH] CC-347: Remove data source binding errors in logs on cspace startup. --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index 99f8f1d90..856de977b 100644 --- a/build.properties +++ b/build.properties @@ -167,7 +167,7 @@ db.jdbc.baseurl=jdbc:${db}://${db.host}:${db.port} # in the tenant's datasource config file found in the tomcat7/nuxeo-server/config directory. For example, # "jdbc/cinefiles_domain" for the UCB cinefiles deployment. # -db.jdbc.default.datasource=jdbc/cinefiles_domain +db.jdbc.default.datasource=jdbc/default # # JDBC options that can be added to the database URL. We need to supply an "encoded" version -- 2.47.3