From a4f8f4b7e720b18b2f3644fd02f96ebd4cd320c0 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 11 Jun 2009 07:27:11 +0000 Subject: Correct bpel script so that it returns 'Hello ' and the name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783656 13f79535-47bb-0310-9956-ffa450edef68 --- .../samples/webapps/helloworld-bpel/src/main/resources/helloworld.bpel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/sca') diff --git a/java/sca/samples/webapps/helloworld-bpel/src/main/resources/helloworld.bpel b/java/sca/samples/webapps/helloworld-bpel/src/main/resources/helloworld.bpel index 53e77c5be0..46f96314f8 100644 --- a/java/sca/samples/webapps/helloworld-bpel/src/main/resources/helloworld.bpel +++ b/java/sca/samples/webapps/helloworld-bpel/src/main/resources/helloworld.bpel @@ -53,7 +53,7 @@ - concat($tmpVar,' World') + concat('Hello ', $tmpVar) -- cgit v1.2.3