[ https://issues.apache.org/jira/browse/ODE-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164552#comment-13164552 ]
Hudson commented on ODE-672: ---------------------------- Integrated in ODE-trunk #426 (See [https://builds.apache.org/job/ODE-trunk/426/]) ODE-672 - fix insertMissingToData when applied to message part. gpb : http://svn.apache.org/viewvc/?view=rev&rev=1211512 Files : * /ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/elang/xpath20/runtime/XPath20ExpressionModifier.java * /ode/trunk/bpel-runtime/src/main/java/org/apache/ode/bpel/elang/xpath20/runtime/XPath20ExpressionRuntime.java * /ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/MockCompilerContext.java * /ode/trunk/bpel-runtime/src/test/java/org/apache/ode/bpel/elang/xpath20/runtime/XPath20ExpressionRuntimeTest.java * /ode/trunk/bpel-runtime/src/test/resources/xpath20/variables.xml > 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: Gary Brown > Labels: patch > Fix For: 1.4 > > 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, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira