[Users] Trouble with two operations of a BPEL orchestration

Vincent Zurczak [via Petals ESB] ml-node+3203010-1195910664-385891 at n3.nabble.com
Wed Jul 27 12:04:30 CEST 2011



Hi,

The stack trace indicates a problem in the assignation.
I guess your BPEL makes something like :

Object orchestrate( param ) {
      Object result1 = invokeService1( param );
      Object param2 = new( result1 );
      Object result2 = invokeService2( param2 );
      Object result = new( result2 );
      return result;
}


The problem is the assignation between the two inovcations.
Have you intiialized the variables? Initialization means creating a XML
content, valid with respect to the XML definition of the variable, and that
will be populated in other assignation steps (copy parts of other variables
into a given part of THIS variable).

-----
« Petals M.D. »
_______________________________________________
If you reply to this email, your message will be added to the discussion below:
http://forum.petalslink.com/Trouble-with-two-operations-of-a-BPEL-orchestration-tp3202023p3203010.html
To start a new topic under Users (get help, provide help), email ml-node+2681628-1333396262-385891 at n3.nabble.com
To unsubscribe from Users (get help, provide help), visit http://forum.petalslink.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2681628&code=dXNlcnNAZm9ydW0ucGV0YWxzbGluay5vcmd8MjY4MTYyOHwtOTE3MDU0NjU4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110727/33a550a7/attachment.htm>


More information about the Users mailing list