From 3ee47799d9b1341969be8fd037b8a8529a1036cc Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Fri, 19 Nov 2010 13:28:30 +0000
Subject: [PATCH] [LMS-1858] fixed spring configuration

SVN: 18818
---
 openbis/source/java/hibernateContext.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/openbis/source/java/hibernateContext.xml b/openbis/source/java/hibernateContext.xml
index 82ce0767067..e0643d1ec3c 100644
--- a/openbis/source/java/hibernateContext.xml
+++ b/openbis/source/java/hibernateContext.xml
@@ -114,7 +114,7 @@
                 <prop key="hibernate.search.indexing_strategy">manual</prop>
                 <!--  Uncomment this for debugging the Hibernate sql queries
 <prop key="hibernate.show_sql">true</prop>
-<prop key="hibernate.use_sql_comments">true</prop> 
+<prop key="hibernate.use_sql_comments">true</prop>
 <prop key="hibernate.format_sql">true</prop> 
                   -->
 
@@ -156,6 +156,7 @@
     <bean id="dynamic-property-evaluator"
         class="ch.systemsx.cisd.openbis.generic.server.dataaccess.db.dynamic_property.DynamicPropertyEvaluationRunnable">
         <constructor-arg ref="hibernate-session-factory" />
+        <constructor-arg ref="dao-factory" />
         <constructor-arg ref="full-text-index-updater" />
     </bean>
     
-- 
GitLab