It's quite hackish but I have used the MonitorAdmin for doing scheduled jobs. I'm sure the quartz bundle is much more robust and familiar.
On Tue, Feb 15, 2011 at 8:21 AM, Felix Meschberger <[email protected]>wrote: > Hi, > > Apache Sling has a scheduler based on Quartz (but actually hidden) where > you can schedule by simple registering services with the schedule define > as service properties or you can call a traditional scheduler service. > > See > http://sling.apache.org/site/scheduler-service-commons-scheduler.html > > Regards > Felix > > > Am Montag, den 14.02.2011, 14:35 +0000 schrieb [email protected]: > > Are there are any scheduling bundles available? I have a server with a > > bunch of jar files that are currently being invoked by linux crontab > > entries and I would like to move all of these jars into karaf and > > invoke them with an OSGI based scheduler. > > > > > > --------------------------------------------------------------------- > > 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] > >

