From f8d71c988175bb3a432c4b3d3060c980c66908e6 Mon Sep 17 00:00:00 2001 From: Miciele Ghiorghis Date: Thu, 17 Jan 2013 09:52:43 +0100 Subject: [PATCH] Tim-connector: SchedulerManager bean is added SchedulerManager bean and schedulerFactoryBean are added to make scheduling of jobs possible --- .../src/main/resources/libreplan-webapp-spring-config.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libreplan-webapp/src/main/resources/libreplan-webapp-spring-config.xml b/libreplan-webapp/src/main/resources/libreplan-webapp-spring-config.xml index da70d704a..aff4e6005 100644 --- a/libreplan-webapp/src/main/resources/libreplan-webapp-spring-config.xml +++ b/libreplan-webapp/src/main/resources/libreplan-webapp-spring-config.xml @@ -49,6 +49,13 @@ class="org.libreplan.web.scenarios.CurrentUserScenarioAwareManager" scope="singleton"/> + + + + + + +