And I think before we cancel the task instance ,we need check the task is ended first:
if(ti.hasEnded()){
| .......
| ti.cancel();
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996177#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...