2 Replies Latest reply on Dec 3, 2004 6:03 AM by p_nevilleuk

    timer cancel - log

    p_nevilleuk

      I've implemented the TimedObject interface on an EntityBean and the code functions as expected (ie timer event every 5 seconds until 5 events have occurred).

      However when I examine the server.log, I have the following message repeated forever on each of the timed objects:

      2004-11-29 11:05:26,955 DEBUG [org.jboss.ejb.txtimer.TimerImpl] run: [id=1target=[target=jboss.j2ee:jndiName=MessageBeanLocal,service=EJB,pk=ID:3-11017237981821],remaining=-2493432,periode=5000,canceled]

      Is this expected? How can I stop it?

      Thanks for any help.