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:42:31 UTC

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

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


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.


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

Posted by "Aleksander Adamowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916485#action_12916485 ] 

Aleksander Adamowski commented on ODE-672:
------------------------------------------

I've discovered some namespace problems with messages built using flexible assings, that occur when using in memory processes - see https://jira.jboss.org/browse/RIFTSAW-290 - could this be related?

Without the ODE-672.patch building messages using flexible assigns is completely impossible, though, so it's still much better with the patch applied than without it.


> 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
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5
>
>         Attachments: FlexibleAssign.zip, ODE-672.patch
>
>
> 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.


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

Posted by "Waruna Ranasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903350#action_12903350 ] 

Waruna Ranasinghe commented on ODE-672:
---------------------------------------

Ill add a new patch to handle multiple part messages with a test case.


Thanks

> 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
>            Assignee: Karthick Sankarachary
>             Fix For: 1.3.5
>
>         Attachments: FlexibleAssign.zip, ODE-672.patch
>
>
> 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.


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

Posted by "Aleksander Adamowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900693#action_12900693 ] 

Aleksander Adamowski commented on ODE-672:
------------------------------------------

Patch works. Any idea whether and when will it be committed to SVN? Will it make it to Ode 1.3.5 release? 

> 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
>            Assignee: Karthick Sankarachary
>             Fix For: 1.3.5
>
>         Attachments: FlexibleAssign.zip, ODE-672.patch
>
>
> 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.


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

Posted by "Waruna Ranasinghe (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902927#action_12902927 ] 

Rafal Rusin commented on ODE-672:
---------------------------------

The patch is bad, since it doesn't take care of multiple part messages. 
Additionally it would be good to include the test case in patch. 

Regards

> 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
>            Assignee: Karthick Sankarachary
>             Fix For: 1.3.5
>
>         Attachments: FlexibleAssign.zip, ODE-672.patch
>
>
> 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.


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

Posted by "Aleksander Adamowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916103#action_12916103 ] 

Aleksander Adamowski commented on ODE-672:
------------------------------------------

Waruna, do you have any working version of the new patch? Could you share it?

> 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
>            Assignee: Karthick Sankarachary
>             Fix For: 1.3.5
>
>         Attachments: FlexibleAssign.zip, ODE-672.patch
>
>
> 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.


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

Posted by "Karthick Sankarachary (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karthick Sankarachary reassigned ODE-672:
-----------------------------------------

    Assignee: Tammo van Lessen  (was: Karthick Sankarachary)

> 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
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5
>
>         Attachments: FlexibleAssign.zip, ODE-672.patch
>
>
> 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.


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

Posted by "Waruna Ranasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916152#action_12916152 ] 

Waruna Ranasinghe commented on ODE-672:
---------------------------------------

Sorry, couldn't find time to work on it... ill do it asap.

Thanks.

> 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
>            Assignee: Karthick Sankarachary
>             Fix For: 1.3.5
>
>         Attachments: FlexibleAssign.zip, ODE-672.patch
>
>
> 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.


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

Posted by "Waruna Ranasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: ODE-672.patch

> 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, ODE-672.patch
>
>
> 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.


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

Posted by "Waruna Ranasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762132#action_12762132 ] 

Waruna Ranasinghe commented on ODE-672:
---------------------------------------

I tested the patch (ODE-672.patch) with the attached sample.

> 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, ODE-672.patch
>
>
> 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.


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

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-672:
---------------------------------

    Fix Version/s: 1.3.5

> 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
>            Assignee: Karthick Sankarachary
>             Fix For: 1.3.5
>
>         Attachments: FlexibleAssign.zip, ODE-672.patch
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Karthick Sankarachary (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karthick Sankarachary reassigned ODE-672:
-----------------------------------------

    Assignee: Karthick Sankarachary

> 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
>            Assignee: Karthick Sankarachary
>         Attachments: FlexibleAssign.zip, ODE-672.patch
>
>
> 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.