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/11/28 17:03:43 UTC

[jira] Resolved: (ODE-211) Using a variable with 2 message parts, refering to header and body, for a receive activity fails

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

Matthieu Riou resolved ODE-211.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2
         Assignee: Matthieu Riou

Patch applied both on trunk and on the 1.1 branch.

> Using a variable with 2 message parts, refering to header and body, for a receive activity  fails
> -------------------------------------------------------------------------------------------------
>
>                 Key: ODE-211
>                 URL: https://issues.apache.org/jira/browse/ODE-211
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.1
>         Environment: tomcat 5.5, JDK 1.5
>            Reporter: Thilina Gunarathne
>            Assignee: Matthieu Riou
>            Priority: Critical
>             Fix For: 1.2
>
>         Attachments: patch.txt
>
>
> The issue is on the 1.1 branch..
> WSDL Message declaration...
> <wsdl:message name="RunInputMessage">
> 		<wsdl:part name="input" element="typens:Run" />
> 		<wsdl:part name="lheader" element="lc:context"/>
> </wsdl:message>
> BPEL variable declaration
> <bpws:variable messageType="tns:RunInputMessage" name="WorkflowInput"/>
> The receive activity
> <bpws:receive createInstance="yes" operation="Run"
>             partnerLink="workflowUserPartner"
>             portType="tns:CMWFporttype" variable="WorkflowInput"/>
> Above receive fails stating that the part "lheader" is not found, even though the correct header blocks are there in the request message.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.