Hi, why not using Sling.
We can use Quartz bundle provided by ServiceMix too. Regards JB Carsten Ziegeler wrote:
Hi, I just noticed that ACE has its own scheduler. What about using Sling's scheduler service instead (this would reduce our code base a little bit). The sling scheduler service is a bundle without any other dependencies. It uses the whiteboard pattern to schedule Runnable services either by a cron definition or periodically - so it should be similar to what we have in ACE. Some basic docs are here: http://sling.apache.org/site/scheduler-service-commons-scheduler.html WDYT? Carsten
