Dear Robin Antony, since the scheduler is a part of Turbine rather than Jetspeed, you don't need a portlet entry. Simply derive a class from ScheduledJob, put it in the modules/scheduledjobs directory and put a corresponding job entry in the TURBINE_SCHEDULED_JOB table (which is not automatically created during the Jetspeed installation, if I am not mistaken). It's all pretty straightforward. For further information, please refer to: http://jakarta.apache.org/turbine/turbine-2.3/services/scheduler-service.htm l.
Regards Michael Burschik > -----Ursprüngliche Nachricht----- > Von: Robin Antony [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 11. Mai 2004 05:51 > An: Jetspeed Users List > Betreff: Re: TurbineSchedulerService > > > hi, > Just realized that Jetspeed has a build in Scheduler. Was looking for > something like this to integrate with Jetspeed for quite some > time. Anyway > thanks Michael and Stefano for bringing it up. I am still > quite lost on how > to get it working... Is it run as a portlet? Do we need to > make a portlet > entry for it? Has anyone used it before? How effective is it? > Any help would > be greatly appreciated! > > Cheers, > Robin Antony > [EMAIL PROTECTED] > Software Engineer > OpenSI.Net > > > ----- Original Message ----- > From: "Michael Burschik" <[EMAIL PROTECTED]> > To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> > Sent: Monday, May 10, 2004 4:38 AM > Subject: AW: TurbineSchedulerService > > > > Dear Stefano Bianchi, > > > > The scheduler is supposed to run jobs at certain times, > much like cron, > > although the definition of times is rather hairy. Run it if > you need to > > schedule jobs, otherwise don't. > > > > Regards > > > > Michael Burschik > > > > > -----Ursprüngliche Nachricht----- > > > Von: Stefano Bianchi [mailto:[EMAIL PROTECTED] > > > Gesendet: Montag, 10. Mai 2004 13:13 > > > An: Jetspeed Users List > > > Betreff: TurbineSchedulerService > > > > > > > > > > > > Dear ALL, > > > in my log file I found: > > > > > > [10 mag 2004 11:32:55 INFO] - TurbineSchedulerService > was not started > > > because scheduler.enabled is not 'true' in the > > > TurbineResources.properties > > > file. > > > > > > What is this scheduler meant to be? Should I enable it? > > > Any hint will be very appreciated! > > > > > > Thank you > > > Stefano > > > > > > Ing. Stefano Bianchi > > > Softeco Sismat S.p.A. > > > Via De Marini, 1 - WTC Tower > > > 16149 Genoa (ITALY) > > > e-mail: [EMAIL PROTECTED] > > > tel: +39 010 60.26.368 > > > fax: +39 010 60.26.350 > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
