[esb-issues] [JBoss JIRA] Commented: (JBESB-1181) Support setting hierarchical objects on the body, going from jBPM to ESB

Mark Little (JIRA) jira-events at lists.jboss.org
Tue Oct 16 14:12:03 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBESB-1181?page=comments#action_12382844 ] 
            
Mark Little commented on JBESB-1181:
------------------------------------

If we remove

else if ((path.length > 2) && !"header".equals(path[0]))
        {
            throw new ObjectMappingException("Only 'header' can contain hierarchical names: " + expression) ;
        }

from setObjectOnMessage, then the quoting rule in getPathElement works for body, i.e., 'body'.'foo.bar.x.y.z' results in a named value of foo.bar.x.y.z being used. I can't see how the quoting rule could work for anything other than header given the above if statement.

I have a minor doc update around this to commit after IR2 is out too.

> Support setting hierarchical objects on the body, going from jBPM to ESB
> ------------------------------------------------------------------------
>
>                 Key: JBESB-1181
>                 URL: http://jira.jboss.com/jira/browse/JBESB-1181
>             Project: JBoss ESB
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Rosetta
>            Reporter: Kurt Stam
>         Assigned To: Mark Little
>             Fix For: 4.3
>
>
> Feature request from Burr
> Right now we don't b/c MVEL can't deal with out bodyImpl. So we either write some custom code, or turn the body into a java.util.Map

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list