Mac Ferguson [
http://community.jboss.org/people/mferguson] created the discussion
"Re: bpmtoesbvars and esbtobpmvars..."
To view the discussion, visit:
http://community.jboss.org/message/580128#580128
--------------------------------------------------------------
Don't think you need the "body." in the mapping. IIRC the ESB message body
map is the implicit start point of the mapping's value lookup so:
<mapping esb="esbVar" bpm="bpmVar" />
Equates (very roughly) to:
processInstance.getContextInstance().setVariable("bpmVar",
message.getBody().get("esbVar"));
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/580128#580128]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]