afaik, states do not have 'local' variables, so once you update it in state 
one, state two also has access to them. Only when using tasks you get automatic 
local copies of the values from the time the task is created. Each task 
completed updates the global variable, so the last task completed is the one 
that 'wins'. A fork and join do not influence this at all

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034451#4034451

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034451
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to