From d337e16bbb1a04719caae3cbe721dbee5d06932c Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 5 Jun 2008 16:59:03 +0000 Subject: [PATCH 1/1] Centralize configs git-svn-id: https://svn.argeo.org/slc/trunk@1216 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../src/main/webapp/WEB-INF/local-template.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/local-template.properties b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/local-template.properties index 1eed96a7c..05241b75f 100644 --- a/org.argeo.slc.webapp/src/main/webapp/WEB-INF/local-template.properties +++ b/org.argeo.slc.webapp/src/main/webapp/WEB-INF/local-template.properties @@ -1,8 +1,8 @@ # Rename this file to local.properties # For in memory database switch following lines -dataSourceBean=slcDefault.dataSource.inMemoryTestHSQL -#dataSourceBean=persistentDataSource +sessionFactoryParentBean=slcDefault.dataSource.inMemoryTestHSQL +#sessionFactoryParentBean=slcServerDefault.sessionFactory.persistentHSQL # URL of the persistent database jdbcUrl=jdbc:hsqldb:file://;shutdown=true -- 2.39.2