0 Replies Latest reply on May 5, 2005 9:46 AM by kratosh

    persistance in jbos scheduling

      Hi,
      i want to create a scheduling for a task that should take place every 10 minutes, but i want to be able to disable the scheduling at all or change the time interval.
      i used an mbean that implements Schedulable, and i updated jboss-service.xml with the parameters of scheduling (StartAtStartup, SchedulePeriod, etc.).

      The problem is that theese properties are not persistent. how can i make a persistant scheduler with jboss?