0 Replies Latest reply on Dec 18, 2006 2:07 PM by mynzai

    Stateless Session Bean w/Timer?

    mynzai

      Hi,
      I wrote a stateless session bean that creates and responds to timed events. I am trying to invoke my createTimer() method on it from the JBoss console via JMX, but my print statements in that method are not showing up on the output, so I'm not sure if they are getting called.

      Is this the best way to invoke a session bean method to test the timer events? Are they enabled and working in JBoss 4?

      thank you,
      m