Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-51

TestAssignActivity2 is failing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-incubating
    • 1.0-incubating
    • BPEL Runtime
    • None

    Description

      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>

      Attachments

        Activity

          People

            mriou Matthieu Riou
            lwaterman Lance Waterman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: