[jboss-user] [EJB 3.0 Users] - Re: Timer Service - ejbtimeout is not returned.
gerbrand
do-not-reply at jboss.com
Tue Sep 22 06:06:06 EDT 2009
Do you mean, that you schedule a new timer, after the method that is executed the previous timer has finished?
Can you give a code sample?
If you want to 'cancel' a method that is executed using the @Timeout annotation, that's not possible by default. The method is just run as a Java Thread. Killing threads is deprecated for quite some time, and not recommended as that leads very quickly to unstable software.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256344#4256344
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256344
More information about the jboss-user
mailing list