hi All i am using turbine with velocity. i want to run the scheduler service.
As the example given in the link http://www.ingrid.org/jajakarta/turbine/en/turbine/turbine-2/services/scheduler-service.html . I try to run that service with that example but it is not generating any logs in the turbine.log. when i debug i found that this below statement ScheduleService ss = (ScheduleService)TurbineServices .getInstance() .getService(ScheduleService.SERVICE_NAME); is not returning any scheduler service reference. i want to ask one thing more here in this example it is given that Tasks are stored in the database in the TURBINE_SCHEDULED_JOB table and once entered in the database are loaded automatically when Turbine initializes. this table (TURBINE_SCHEDULE_JOB) is implicitly generated by the turbine itself or manually one has to create. Thanks and Regards Tarun
