0 Replies Latest reply on Jan 26, 2009 3:33 PM by drtog16

    How cancel persisted ejb3 timers?

    drtog16

      ejb3 timers are persisted. Is there a user interface that jboss provides to allow us to remove old ones?

      i see deleteTimer(..) of "persistencePolicy=database,service=EJBTimerService" but i dont think we can use it because when you do you get "Failed to find PropertyEditor for type: org.jboss.ejb.txtimer.TimedObjectId"

      The timers i need to remove were attached to some ejb session beans that no longer exist...

      Davdi