1 Reply Latest reply on Jan 17, 2011 5:41 AM by lepe

    execCount in simple-schedule not respected

    lepe

      ESB 4.9

       

      Tried to implement a custom scheduled listener that should only be executed once:

       

      <schedule-provider name="schedules">

                  <simple-schedule execCount="1" scheduleid="blabla" />

      </schedule-provider>

       

      But it still executes every 10 seconds. Any ideas?

       

      /L