1 Reply Latest reply on Sep 12, 2003 9:34 AM by juha

    Timer service

    marcuslarsson

      I would like to call certain method on an EJB, every n:th hour. EJB 2.1 specifies a timer service, which makes it possible to invoke methods on an EJB, when a timer has expired, but I'm using JBoss 3.2.x which implements EJB 2.0.

      Of course, I could write a Java client, that makes these calls, but I would prefer to have it all running within JBoss. Which is the best way to do this in Jboss 3.2.x, which does not implement EJB 2.1.

      /Marcus