Skip to content
Snippets Groups Projects
Commit 3ee47799 authored by buczekp's avatar buczekp
Browse files

[LMS-1858] fixed spring configuration

SVN: 18818
parent 5e6c98ec
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment