TestAssignActivity2 is failing
------------------------------

                 Key: ODE-51
                 URL: http://issues.apache.org/jira/browse/ODE-51
             Project: Apache Ode
          Issue Type: Bug
          Components: BPEL Runtime
    Affects Versions: Incubator
            Reporter: Lance Waterman
             Fix For: Incubator


Could not get TestAssignActivity working so I split into unit tests 
TestAssignActivity1 and TestAssignActivity2. It appears TestAssignActivity2 is 
failing due to the following syntax:

            <copy>
                <from variable="myVar" part="TestPart"/>
                <to>$otherMsgVar.TestPart</to>
            </copy>

while TestAssignActivity1 passes with replaced syntax:

            <copy>
                <from variable="myVar" part="TestPart"/>
                <to variable="otherMsgVar" part="TestPart"/>
            </copy>

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

        

Reply via email to