Hello,
I have a custom action (extending ActionHandler) that creates a new Thread. Inside this
thread I am setting a variable using:
executionContext.getContextInstance().setVariable(name, value);
The problem I am seeing is that this variable is never set or seen by the other tasks. Am
I doing something wrong or is setting a variable is a new Thread just not supported?
Regards,
Barry
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000548#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...