ata.put("initiatorId", "2488");
sched.addJob("job", sq, "*/30 * * * * ? *", false, null, jobData);
Regards, B
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Giacomo Pati
Sent: Tuesday, December 06, 2005 8:57 AM
To: u
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Have a look at the o.a.c.components.cron.JobScheduler interface. You
need to get the implementation of that interface by use of the
ServiceManager/ComponentManager.
JobScheduler js = serviceManager.lookup(JobScheduler.class.getName());
On Sat,