summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-22 18:00:35 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-22 18:00:35 +0000
commit75fd20d20f95279ceb44a5734d5e25f50c79b0da (patch)
treecc0abee8f10e6d473d4af52368fac8e3e28c7971
parent64ca38e5cbdeb1e082f6e00df244a4b441288ae6 (diff)
HArdcode response in bpel script for now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926227 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel b/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel
index 112b730cd5..d58768adfa 100644
--- a/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel
+++ b/sca-java-2.x/trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel
@@ -51,7 +51,8 @@
<assign name="assign1">
<copy>
<!-- from>concat($helloMessage.TestPart/test:message/text(), ' World')</from -->
- <from>concat('Hello ', 'world')</from>
+ <from>concat($helloMessage.TestPart/test:arg0/text(), ' World')</from>
+ <!-- from>concat('Hello ', 'world')</from -->
<to variable="tmpVar"/>
</copy>
<!-- Initialize the response -->