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

Burr Sutter (JIRA) jira-events at lists.jboss.org
Tue Oct 16 10:34:03 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBESB-1181?page=comments#action_12382742 ] 
            
Burr Sutter commented on JBESB-1181:
------------------------------------

<object-path esb="body.customer.firstName"  bpm="customer_firstName" />

where customer was added like so:

message.getBody().add("customer",myCustomer);

and 

public class Customer {
 public void setFirstName(String x);
 public String getFirstName();
}



> 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