You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Pablo Pita Leira (JIRA)" <ji...@apache.org> on 2015/11/23 13:32:11 UTC

[jira] [Created] (DELTASPIKE-1032) document creating quartz scheduling jobs at runtime

Pablo Pita Leira created DELTASPIKE-1032:
--------------------------------------------

             Summary: document creating quartz scheduling jobs at runtime
                 Key: DELTASPIKE-1032
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1032
             Project: DeltaSpike
          Issue Type: Improvement
          Components: Documentation
            Reporter: Pablo Pita Leira
            Priority: Minor


In certain cases the scheduling jobs have to be created at runtime, for example, because the configuration details like polling intervals for the jobs are given at runtime or because the number of jobs to be executed is unknown. This case should be documented as well. 

In this case, unwrap Deltaspike's jobScheduler and work directly with the base (Quartz) Scheduler instance. 
As we are still using the (Quartz) JobFactory provided by DeltaSpike, the jobs created get their dependencies via CDI.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)