summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/bpel/helloworld
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/itest/bpel/helloworld')
-rw-r--r--java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel b/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel
index 4f689afd89..25873e3dc3 100644
--- a/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel
+++ b/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.bpel
@@ -50,12 +50,12 @@
<assign name="assign1">
<copy>
- <from variable="helloMessage" part="TestPart"/>
+ <from>concat($helloMessage.TestPart/test:message/text(), ' World')</from>
<to variable="tmpVar"/>
</copy>
<copy>
- <from>concat($tmpVar,' World')</from>
- <to variable="helloMessageResponse" part="TestResponse"/>
+ <from>$tmpVar</from>
+ <to>$helloMessageResponse.TestResponse/test:messageResponse</to>
</copy>
</assign>
<reply name="end"