You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Matthieu Riou (JIRA)" <ji...@apache.org> on 2007/05/30 00:07:04 UTC

[jira] Closed: (ODE-51) TestAssignActivity2 is failing

     [ https://issues.apache.org/jira/browse/ODE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthieu Riou closed ODE-51.
----------------------------


> TestAssignActivity2 is failing
> ------------------------------
>
>                 Key: ODE-51
>                 URL: https://issues.apache.org/jira/browse/ODE-51
>             Project: Ode
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: Incubator
>            Reporter: Lance Waterman
>            Assignee: Matthieu Riou
>             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.
-
You can reply to this email to add a comment to the issue online.