2 Replies Latest reply on Jun 6, 2008 6:34 AM by beherenow

    schedule timer with hour, without date

    beherenow

      Hello,

      I created a service that works correctly, but i want to execute the bean everyday at 12:00.
      The problem is that i must write:
      ....
      dd/MM/yyyy HH:mm:ss
      01/01/2008 12:00:00
      ....

      It works, but i don't want to write the date, because i don't know when the server will restart. Then I wrote:
      ....
      HH:mm:ss
      12:00:00
      ....

      But it doesn't works, the server init the scheduling when starting, not at 12.

      How to solve the problem?

      Thanks,
      Marc