From 3ac2d800d840f03618fc364090d786effde84b1f Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:13:16 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835142 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/helloworld/deploy.xml | 31 ++++++++ .../src/test/resources/helloworld/helloworld.bpel | 66 +++++++++++++++++ .../resources/helloworld/helloworld.componentType | 30 ++++++++ .../test/resources/helloworld/helloworld.composite | 32 +++++++++ .../src/test/resources/helloworld/helloworld.wsdl | 82 ++++++++++++++++++++++ 5 files changed, 241 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/deploy.xml create mode 100644 sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.bpel create mode 100644 sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.componentType create mode 100644 sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite create mode 100644 sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.wsdl (limited to 'sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld') diff --git a/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/deploy.xml b/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/deploy.xml new file mode 100644 index 0000000000..9bd95b2c58 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/deploy.xml @@ -0,0 +1,31 @@ + + + + + + true + + + + + diff --git a/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.bpel b/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.bpel new file mode 100644 index 0000000000..8cf91adc2c --- /dev/null +++ b/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.componentType b/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite b/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite new file mode 100644 index 0000000000..f864f45613 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.composite @@ -0,0 +1,32 @@ + + + + + + + + + + + + diff --git a/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.wsdl b/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.wsdl new file mode 100644 index 0000000000..610bda3cc4 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-20080910/itest/bpel/helloworld-ws/src/test/resources/helloworld/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3