i added the last line to org.jbpm.graph.node.ProcessState:

    // feed the readable variableInstances
  |     if ((variableAccesses != null) && (!variableAccesses.isEmpty())) {
  | 
  |       ContextInstance superContextInstance = 
executionContext.getContextInstance();
  |       ContextInstance subContextInstance = 
subProcessInstance.getContextInstance();
  |       
subContextInstance.setTransientVariables(superContextInstance.getTransientVariables());

can you make the same update to the beta3 sources and check if it works.  if 
you could write a simple test case that i could add to our test suite, that 
would be great.

please comment on the jira issue if that update works for you: Jira 
http://jira.jboss.com/jira/browse/JBPM-399 

regards, tom.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921469


-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to