You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/02/02 19:15:53 UTC

[2/4] ISIS-672: introducing quartz scheduler job to todo app

http://git-wip-us.apache.org/repos/asf/isis/blob/d78f2454/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/isis.properties
----------------------------------------------------------------------
diff --git a/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/isis.properties b/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/isis.properties
index 95a3c7a1..e47e5ee 100644
--- a/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/isis.properties
+++ b/example/application/simple_wicket_restful_jdo/webapp/src/main/webapp/WEB-INF/isis.properties
@@ -188,13 +188,13 @@ isis.services = \
                 # org.apache.isis.objectstore.jdo.applib.service.audit.AuditingServiceJdoContributions,\
                 # org.apache.isis.objectstore.jdo.applib.service.audit.AuditingServiceJdoRepository,\
                 \
-                # Core implementation of BackgroundService (depends on: MementoService & BackgroundTaskService), \
+                # Core implementation of BackgroundService (depends on: MementoService & BackgroundActionService), \
                 # org.apache.isis.core.runtime.services.background.BackgroundServiceDefault,\
                 \
                 # JDO implementation of the BackgroundTaskService (depends on: ReifiableActionContext service), \
-                # org.apache.isis.objectstore.jdo.applib.service.background.BackgroundTaskServiceJdo,\
-                # org.apache.isis.objectstore.jdo.applib.service.background.BackgroundTaskServiceJdoContributions,\
-                # org.apache.isis.objectstore.jdo.applib.service.background.BackgroundTaskServiceJdoRepository,\
+                # org.apache.isis.objectstore.jdo.applib.service.background.BackgroundActionServiceJdo,\
+                # org.apache.isis.objectstore.jdo.applib.service.background.BackgroundActionServiceJdoContributions,\
+                # org.apache.isis.objectstore.jdo.applib.service.background.BackgroundActionServiceJdoRepository,\
                 \
                 # JDO implementation of the PublishingService, \
                 # org.apache.isis.objectstore.jdo.applib.service.publish.PublishingServiceJdo,\