[esb-issues] [JBoss JIRA] (JBESB-3866) jbpm5 integration : Allow mappings from different parts of the message

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Thu Oct 18 16:34:01 EDT 2012


     [ https://issues.jboss.org/browse/JBESB-3866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

RH Bugzilla Integration updated JBESB-3866:
-------------------------------------------

    Bugzilla Update: Perform

    
> jbpm5 integration : Allow mappings from different parts of the message
> ----------------------------------------------------------------------
>
>                 Key: JBESB-3866
>                 URL: https://issues.jboss.org/browse/JBESB-3866
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Process flow
>    Affects Versions: 4.11 CP2
>            Reporter: Tom Cunningham
>            Assignee: Tom Cunningham
>             Fix For: 4.11 CP2
>
>
> From Martin Weiler : 
> Looking at the jBPM 5 integration code, the mapping of ESB information into jBPM is now restricted to message properties:
> BpmParameterMapper:
>    params.put(mappingsOfParams.get(esb), msg.getProperties().getProperty(esb));
> In the jBPM 3 integration code, the generic esb ObjectMapper was used instead:
> JBpmObjectMapper:
>     value = objectMapper.getObjectFromMessage(message, mapping.getEsb());
> This approach offers much more flexibility, as it allows to extracts object from various locations of the message, not just from the message properties.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the esb-issues mailing list