From dca2f20846323ff20758e76c9c90dae4f1dc325b Mon Sep 17 00:00:00 2001 From: antelder Date: Sun, 30 Jan 2011 09:41:11 +0000 Subject: Tag for 2.0 Beta2 RC2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1065241 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/helloworld.bpel | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC2/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/src/main/resources/helloworld.bpel (limited to 'sca-java-2.x/tags/2.0-Beta2-RC2/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/src/main/resources/helloworld.bpel') diff --git a/sca-java-2.x/tags/2.0-Beta2-RC2/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/src/main/resources/helloworld.bpel b/sca-java-2.x/tags/2.0-Beta2-RC2/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/src/main/resources/helloworld.bpel new file mode 100644 index 0000000000..f1e8895f76 --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC2/samples/learning-more/implementation-bpel/helloworld-bpel-webapp/src/main/resources/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + concat('Hello ', $myVar.TestPart/test:message/text()) + + + + $tmpVar + $myVar.TestPart/test:message + + + + + -- cgit v1.2.3