From bad1f71da1978610806427e2e2a2f96a2fb5b88e Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 12 Apr 2012 09:14:28 +0000 Subject: Tag 2.0 RC1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1325166 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/META-INF/sca-contribution.xml | 25 ++++++ .../src/main/resources/helloworld.bpel | 80 ++++++++++++++++++ .../src/main/resources/helloworld.composite | 30 +++++++ .../src/main/resources/helloworld.wsdl | 94 ++++++++++++++++++++++ 4 files changed, 229 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml create mode 100644 sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel create mode 100644 sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.composite create mode 100644 sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl (limited to 'sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main') diff --git a/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..95c32fb5bf --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,25 @@ + + + + + + + diff --git a/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel b/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel new file mode 100644 index 0000000000..ab31ee1d0b --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.bpel @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + concat($helloMessage.TestPart/test:arg0/text(), ' World') + + + + + + + + + Dummy + + + + + + + + $helloMessageResponse.TestResponse/test:messageResponse + + + + + diff --git a/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.composite b/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.composite new file mode 100644 index 0000000000..2b032b696b --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.composite @@ -0,0 +1,30 @@ + + + + + + + + + diff --git a/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl b/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl new file mode 100644 index 0000000000..a866d29f2d --- /dev/null +++ b/sca-java-2.x/tags/2.0-RC1/samples/getting-started/helloworld-bpel/src/main/resources/helloworld.wsdl @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3