bug in the BPEL 1.1/2.0 compativility in copying variables
----------------------------------------------------------
Key: ODE-143
URL: https://issues.apache.org/jira/browse/ODE-143
Project: Ode
Issue Type: Bug
Components: BPEL Runtime
Affects Versions: 1.0-incubating, Incubator, 1.1-incubating
Environment: Java 5
ServiceMIX 3.2-incubating-SNAPSHOT
Reporter: Luca Clementi
There is a problem when copying variables.
if the old BPEL 1.0 format is used to select variables parts e.g.:
<from variable="variable_name" part="variable_part"><query>query</query></from>
<to variable="variable_name" part="variable_part"><query>query</query></to>
the behavior of the engine is not correct, it select randomly the variable's
parts.
While if the other format is used (BPEL 2.0) the assign works properly, for
example:
<from>$variable_name.variable_part/query</from>
<to>$variable_name.variable_part/query</to>
Luca
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.