I'm having a bit of a problem with the Scheduler. I would like to make
certain scheduled jobs available to run on demand. I have a Turbine
action called SchedulerActions defined, and in that class's doExecute
method I have set up a bit of code to load the requested job and execute
it immediately. Looks like this:
JobEntry je = TurbineScheduler.getJob(Integer.parseInt(id_of_job));
ScheduledJobLoader.getInstance().exec(je, je.getTask());
Now this code returns fine, no exceptions thrown. However, the run()
method of my scheduled job is never being reached.
--------------------------------------------
Nathan McMinn
Application Developer
NequalsOne - HealthCare marketing tools
mailto:[EMAIL PROTECTED]
http://www.NequalsOne.com