No, it does not create a problem. It does not signal the parent process, it notifies the sub process node in the parent process to continue. Only that specific node.
So what you want is to use the for each forkhandler construction but with subprocess nodes instead of tasks. That creates a sub-process node for each 'virtual' path. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4243327#4243327 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243327 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
