Hi, I posted this some time ago: "Hi Everyone I want to have a node which executes a process for every item in a list. What complicates things is that only one item must be processed per signal. I thought I could do it with a custom actionhandler on a node and just not call context.leaveNode() until all the items are done. On the first signal the execute() method my actionhandler gets executed and the first item gets processed. However, when the root token is signalled again, execution moves on to the next node via the default transition instead of staying in my node and calling my execute() method again. Is this by design or is this (yay!) a bug? The docs say the node behaves like a wait state if leaveNode is not called. Please tell me this means "wait forever until leaveNode() is called". Because this will simplify things a lot! Regards Johan"
Can someone please answer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936166#3936166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936166 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
