You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Waruna Ranasinghe (JIRA)" <ji...@apache.org> on 2009/10/05 11:52:31 UTC

[jira] Updated: (ODE-672) Auto Complete Copy Destination (L-Value) does not work for variables with message parts

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

Waruna Ranasinghe updated ODE-672:
----------------------------------

    Attachment: FlexibleAssign.zip

> Auto Complete Copy Destination (L-Value) does not work for variables with message parts
> ---------------------------------------------------------------------------------------
>
>                 Key: ODE-672
>                 URL: https://issues.apache.org/jira/browse/ODE-672
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>         Environment: Ubuntu 9.04
> jdk 1.6
>            Reporter: Waruna Ranasinghe
>         Attachments: FlexibleAssign.zip
>
>
> I tried to use insertMissingToData attribute to copy a value to a variable with message part. But it throws the runtime error :
>  
> Assignment Fault: {http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=104,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure: No results for expression: {OXPath10Expression $outputVar.resultType/child::ns2:paramA}
> 15:01:42,401 ERROR [ASSIGN] Assignment Fault: {http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=104,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure: No results for expression: {OXPath10Expression $outputVar.resultType/child::ns2:paramA}
> I also tried insertMissingToData attribute to copy a value to a variable with element type, it works fine.
> A sample process (FlexibleAssign) is attached.

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