attempt to fix integration tests

This commit is contained in:
Rodica Sutu
2018-05-24 17:42:31 +03:00
parent efad9359fa
commit e8bd0c2fa9
2 changed files with 2 additions and 2 deletions

View File

@@ -238,7 +238,7 @@
<value>Search</value> <value>Search</value>
</property> </property>
<property name="sourceBeanName"> <property name="sourceBeanName">
<value>noindex</value> <value>${index.subsystem.name}</value>
</property> </property>
<property name="instancePath"> <property name="instancePath">
<list> <list>

View File

@@ -12,7 +12,7 @@
class="org.springframework.scheduling.quartz.CronTriggerFactoryBean"> class="org.springframework.scheduling.quartz.CronTriggerFactoryBean">
<property name="jobDetail" ref="scheduledDispositionLifecyceleJobDetail" /> <property name="jobDetail" ref="scheduledDispositionLifecyceleJobDetail" />
<!-- <value>0/30 * * * * ?</value> --> <!-- <value>0/30 * * * * ?</value> -->
<property name="cronExpression" value="0/30 * * * *?" /> <property name="cronExpression" value="0/30 * * * * ?" />
</bean> </bean>
</property> </property>
</bean> </bean>