4 Replies Latest reply on Apr 11, 2005 9:44 AM by starksm64

    EJB Timer  problem on jboss 4.0.1

    lac_raz

      I have statless session bean which is called from message driven bean and imlements TimedObject .

      Each time the MDB is called it resets the SB by performing timer.cancel() and then timer.initializeTimer() (which contain createTimer(0,interval,name)).

      The problem is that each time I reset this timer (can be from any MDB),
      the ejbTimeout() is called too .

      Does anybody can help me whith that ?