Hi, I've got a process that starts a subprocess, and I'd like to copy all the variables in the parent's execution context into the subprocess. I've attemped to create a mapping to the variables but this doesn't seem to do anything:
i.e. <sub-process name="subproc"> <variable name='var1' access='read' mapped-name='var1'/> </sub-process> I had hoped this would start a new instance of subproc with a variable var1 copied from it's equivalent in the parent. Anybody know what I'm doing wrong? Guy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912938#3912938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912938 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
