Merged 5.1-MNT1 (5.1.0) to HEAD (5.1)

115573 adavis: Merged 5.1.N (5.1.1) to 5.1-MNT1 (5.1.0)
      114990 rmunteanu: Merged 5.0.N (5.0.3) to 5.1.N (5.1.1)
         114880 amorarasu: MNT-15007: CLONE - String values when migrating from MySQL to other DBs
            - Added the startDelayMinutes property to the cron job trigger bean.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@115703 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-10-30 00:18:38 +00:00
parent aaa621c981
commit f777d178de

View File

@@ -132,6 +132,7 @@
<property name="jobDetail" ref="maxStringLengthJobDetail" />
<property name="scheduler" ref="schedulerFactory" />
<property name="cronExpression" value="${system.maximumStringLength.jobCronExpression}" />
<property name="startDelayMinutes" value="${system.cronJob.startDelayMinutes}" />
</bean>
<bean id="nodeServiceCleanupJobDetail" class="org.springframework.scheduling.quartz.JobDetailBean">