Sorry,I can't understand your question either.But i can give you some code about using
Timer which i had successfully tested.i hope it's useful for you.
<task-node name="timer" end-tasks="true">
</task-node>
public class TimerAction implements ActionHandler {
public void execute(ExecutionContext executionContext) throws Exception {
executionContext.leaveNode("dispute");
}
}
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236217#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...