From 805a0831eef2189ecc936bef1f7ed00c7bb02fb8 Mon Sep 17 00:00:00 2001 From: Will Abson Date: Wed, 25 Jun 2014 15:34:00 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (4.3/Cloud) 71753: MNT-10067: On HEAD-BUG-FIX cron jobs need a delay. - Fixes CronTriggerBeanSystemTest testAllCronTriggerBeansHaveDelay git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74716 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/attributes-service-context.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/alfresco/attributes-service-context.xml b/config/alfresco/attributes-service-context.xml index a8b8bb0fe9..d9dbb26acb 100644 --- a/config/alfresco/attributes-service-context.xml +++ b/config/alfresco/attributes-service-context.xml @@ -35,5 +35,8 @@ ${attributes.propcleaner.cronExpression} + + ${system.cronJob.startDelayMinutes} + \ No newline at end of file