From 75fd20d20f95279ceb44a5734d5e25f50c79b0da Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 22 Mar 2010 18:00:35 +0000 Subject: HArdcode response in bpel script for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926227 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/samples/helloworld-bpel/src/main/resources/helloworld.bpel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sca-java-2.x') 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 @@ - concat('Hello ', 'world') + concat($helloMessage.TestPart/test:arg0/text(), ' World') + -- cgit v1.2.3