In SchedulerThread.java, All the timers are read executed and saved in sequence. But if a
timer are deleted before being executed and saved then when the SchedulerThread try to
save the timer, a StaleStateException will be thrown.
I found this problem when I trying to signal the token during the executing of the
token's timer. Is there an elegant way to signal the token while not to throw an
exception?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005218#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...