From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../impl/bpel/BPELProcessNotFound/deploy.xml | 30 ++++++++ .../impl/bpel/BPELProcessNotFound/helloworld.bpel | 66 +++++++++++++++++ .../BPELProcessNotFound/helloworld.componentType | 30 ++++++++ .../bpel/BPELProcessNotFound/helloworld.composite | 29 ++++++++ .../impl/bpel/BPELProcessNotFound/helloworld.wsdl | 82 ++++++++++++++++++++++ 5 files changed, 237 insertions(+) create mode 100644 sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml create mode 100644 sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel create mode 100644 sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType create mode 100644 sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite create mode 100644 sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl (limited to 'sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound') diff --git a/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml b/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml new file mode 100644 index 0000000000..571aa37d58 --- /dev/null +++ b/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/deploy.xml @@ -0,0 +1,30 @@ + + + + + + true + + + + + diff --git a/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel b/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel new file mode 100644 index 0000000000..a8eb389704 --- /dev/null +++ b/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.bpel @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + concat($tmpVar,' World') + + + + + + diff --git a/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType b/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType new file mode 100644 index 0000000000..2b360111cb --- /dev/null +++ b/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.componentType @@ -0,0 +1,30 @@ + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite b/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite new file mode 100644 index 0000000000..575927a5de --- /dev/null +++ b/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.composite @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl b/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl new file mode 100644 index 0000000000..46cf381577 --- /dev/null +++ b/sandbox/axis2-1.4/itest/validation/src/main/resources/impl/bpel/BPELProcessNotFound/helloworld.wsdl @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3