Dear Wiki user, You have subscribed to a wiki page or wiki category on "Turbine Wiki" for change notification.
The "Turbine4/Turbine4.0M1/Migrate233" page has been changed by ThomasVandahl: https://wiki.apache.org/turbine/Turbine4/Turbine4.0M1/Migrate233?action=diff&rev1=18&rev2=19 services.SchedulerService.earlyInit=true }}} + New `TurbineResources.properties`: + + {{{#!properties + services.SchedulerService.classname=org.apache.turbine.services.schedule.QuartzSchedulerService + }}} + `roleConfiguration.xml`: {{{#!xml @@ -672, +678 @@ name="org.apache.fulcrum.quartz.QuartzScheduler" shorthand="quartz" default-class="org.apache.fulcrum.quartz.impl.QuartzSchedulerImpl" /> - }}} - - New `TurbineResources.properties`: - - {{{#!properties - services.SchedulerService.classname=org.apache.turbine.services.schedule.QuartzSchedulerService }}} `componentConfiguration.xml`: @@ -717, +717 @@ The actual configuration of the jobs is delegated to the file `quartz.xml` or any other persistence mechanism supported by [[http://www.quartz-scheduler.org/|Quartz Scheduler]]. An example configuration is shown below. For backward compatibility with legacy scheduled jobs, the following conventions must be met: - * the simple module name of the scheduled job must be placed into the ´<name></name>´ tag + * the simple module name of the scheduled job must be placed into the `<name></name>` tag * the job group must be `TURBINE` * the job-class must be `org.apache.turbine.services.schedule.JobEntryQuartz` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
