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

[LMS-1846] changed hibernate configuration to turn off auto update of hibernate search index

SVN: 18421
parent a0f7d5f2
No related branches found
No related tags found
No related merge requests found
...@@ -110,9 +110,8 @@ ...@@ -110,9 +110,8 @@
<!-- Disabling Hibernate Search. Possible values are [true, false]. <!-- Disabling Hibernate Search. Possible values are [true, false].
<prop key="hibernate.search.autoregister_listeners">false</prop> <prop key="hibernate.search.autoregister_listeners">false</prop>
--> -->
<!-- Disabling automatic indexing. Possible values are [event, manual]. <!-- Disabling automatic indexing. Possible values are [event, manual]. -->
<prop key="hibernate.search.indexing_strategy">manual</prop> <prop key="hibernate.search.indexing_strategy">manual</prop>
-->
<!-- Uncomment this for debugging the Hibernate sql queries <!-- Uncomment this for debugging the Hibernate sql queries
<prop key="hibernate.show_sql">true</prop> <prop key="hibernate.show_sql">true</prop>
<prop key="hibernate.use_sql_comments">true</prop> <prop key="hibernate.use_sql_comments">true</prop>
...@@ -155,8 +154,9 @@ ...@@ -155,8 +154,9 @@
</bean> </bean>
<bean id="dynamic-property-evaluator" <bean id="dynamic-property-evaluator"
class="ch.systemsx.cisd.openbis.generic.server.dataaccess.db.dynamic_property.DummyDynamicPropertyEvaluationRunnable"> class="ch.systemsx.cisd.openbis.generic.server.dataaccess.db.dynamic_property.DynamicPropertyEvaluationRunnable">
<constructor-arg ref="hibernate-session-factory" /> <constructor-arg ref="hibernate-session-factory" />
<constructor-arg ref="full-text-index-updater" />
</bean> </bean>
<bean id="maintenance-task-starter" <bean id="maintenance-task-starter"
......
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