From bf5dc39bf9cdad005d60c3c5ed589401ebce9576 Mon Sep 17 00:00:00 2001 From: lresende Date: Mon, 9 Feb 2009 03:55:10 +0000 Subject: Java SCA 2.0-M1 RC1 tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742246 13f79535-47bb-0310-9956-ffa450edef68 --- .../sampleTest/src/main/resources/TestClient.wsdl | 102 +++++++++++++++++++++ .../src/main/resources/TestClient_0002.composite | 47 ++++++++++ .../src/main/resources/TestClient_0003.composite | 47 ++++++++++ .../src/main/resources/TestComposite1.composite | 40 ++++++++ .../src/main/resources/TestComposite10.composite | 47 ++++++++++ .../src/main/resources/TestComposite11.composite | 59 ++++++++++++ .../src/main/resources/TestComposite12.composite | 45 +++++++++ .../src/main/resources/TestComposite13.composite | 46 ++++++++++ .../src/main/resources/TestComposite2.composite | 43 +++++++++ .../src/main/resources/TestComposite3.composite | 49 ++++++++++ .../src/main/resources/TestComposite4.composite | 45 +++++++++ .../src/main/resources/TestComposite5.composite | 41 +++++++++ .../src/main/resources/TestComposite6.composite | 48 ++++++++++ .../src/main/resources/TestComposite7.composite | 48 ++++++++++ .../src/main/resources/TestComposite8.composite | 48 ++++++++++ .../src/main/resources/TestComposite9.composite | 41 +++++++++ .../src/main/resources/Test_ASM_0001.composite | 33 +++++++ .../src/main/resources/Test_ASM_0002.composite | 48 ++++++++++ .../src/main/resources/Test_ASM_0003.composite | 64 +++++++++++++ .../src/main/resources/Test_ASM_0004.composite | 62 +++++++++++++ .../src/main/resources/Test_ASM_0005.composite | 49 ++++++++++ .../src/main/resources/Test_ASM_0006.composite | 47 ++++++++++ .../src/main/resources/Test_ASM_0007.composite | 60 ++++++++++++ .../src/main/resources/Test_ASM_0008.composite | 61 ++++++++++++ .../src/main/resources/Test_ASM_0009.composite | 63 +++++++++++++ .../src/main/resources/Test_ASM_0010.composite | 51 +++++++++++ .../src/main/resources/Test_ASM_0011.composite | 61 ++++++++++++ .../src/main/resources/Test_ASM_0012.composite | 101 ++++++++++++++++++++ .../src/main/resources/Test_ASM_0013.composite | 62 +++++++++++++ .../src/main/resources/Test_ASM_0014.composite | 61 ++++++++++++ .../src/main/resources/Test_ASM_0015.composite | 62 +++++++++++++ .../src/main/resources/Test_ASM_0016.composite | 61 ++++++++++++ .../src/main/resources/Test_ASM_0017.composite | 61 ++++++++++++ .../src/main/resources/Test_ASM_0018.composite | 72 +++++++++++++++ .../src/main/resources/Test_ASM_0019.composite | 69 ++++++++++++++ .../src/main/resources/Test_ASM_0020.composite | 71 ++++++++++++++ .../src/main/resources/Test_ASM_0021.composite | 70 ++++++++++++++ .../src/main/resources/Test_ASM_0022.composite | 50 ++++++++++ .../src/main/resources/Test_ASM_0023.composite | 60 ++++++++++++ .../src/main/resources/Test_ASM_0024.composite | 60 ++++++++++++ .../src/main/resources/Test_ASM_0025.composite | 54 +++++++++++ .../src/main/resources/Test_ASM_0026.composite | 57 ++++++++++++ .../src/main/resources/Test_ASM_0027.composite | 49 ++++++++++ .../src/main/resources/Test_ASM_0028.composite | 51 +++++++++++ .../src/main/resources/Test_ASM_0101.composite | 42 +++++++++ .../sampleTest/src/main/resources/Test_Types.xsd | 37 ++++++++ 46 files changed, 2545 insertions(+) create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient.wsdl create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient_0002.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient_0003.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite1.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite10.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite11.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite12.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite13.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite2.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite3.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite4.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite5.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite6.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite7.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite8.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite9.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0001.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0002.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0003.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0004.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0005.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0006.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0007.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0008.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0009.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0010.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0011.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0012.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0013.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0014.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0015.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0016.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0017.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0018.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0019.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0020.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0021.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0022.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0023.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0024.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0025.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0026.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0027.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0028.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0101.composite create mode 100644 tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_Types.xsd (limited to 'tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources') diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient.wsdl b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient.wsdl new file mode 100644 index 0000000000..f9475a016a --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient.wsdl @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient_0002.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient_0002.composite new file mode 100644 index 0000000000..b36f01d5b1 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient_0002.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient_0003.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient_0003.composite new file mode 100644 index 0000000000..1d474fe937 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestClient_0003.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite1.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite1.composite new file mode 100644 index 0000000000..b6f23cf979 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite1.composite @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite10.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite10.composite new file mode 100644 index 0000000000..286790a1b9 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite10.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite11.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite11.composite new file mode 100644 index 0000000000..3ab9a03978 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite11.composite @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Composite11-C2 + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite12.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite12.composite new file mode 100644 index 0000000000..0a734ee9f4 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite12.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite13.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite13.composite new file mode 100644 index 0000000000..f75d90e9db --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite13.composite @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite2.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite2.composite new file mode 100644 index 0000000000..0ab8d35f66 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite2.composite @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite3.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite3.composite new file mode 100644 index 0000000000..cc91e1eeea --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite3.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite4.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite4.composite new file mode 100644 index 0000000000..4792ad35f3 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite4.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite5.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite5.composite new file mode 100644 index 0000000000..808f20727f --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite5.composite @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite6.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite6.composite new file mode 100644 index 0000000000..dc9ea75f3b --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite6.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite7.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite7.composite new file mode 100644 index 0000000000..82a71288ff --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite7.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite8.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite8.composite new file mode 100644 index 0000000000..212e0e81b6 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite8.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite9.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite9.composite new file mode 100644 index 0000000000..81c1e63190 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/TestComposite9.composite @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0001.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0001.composite new file mode 100644 index 0000000000..8f0d5301c5 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0001.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0002.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0002.composite new file mode 100644 index 0000000000..f33e1436f5 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0002.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + ASM_0002 + + + + + + + + service1 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0003.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0003.composite new file mode 100644 index 0000000000..639dd11aae --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0003.composite @@ -0,0 +1,64 @@ + + + + + + + + + + + + + ASM_0003 + + + + + + + + + service1 + + + + + + + + service2 + + + + + + + + service3 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0004.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0004.composite new file mode 100644 index 0000000000..ecae73fa5c --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0004.composite @@ -0,0 +1,62 @@ + + + + + + + + + + + + + ASM_0004 + + + + + + + + service1 + + + + + + + + service2 + + + + + + + + service3 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0005.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0005.composite new file mode 100644 index 0000000000..ab7a907c75 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0005.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + ASM_0005 + + + + + + + + + + + service1 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0006.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0006.composite new file mode 100644 index 0000000000..223c692f8b --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0006.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + ASM_0005 + + + + + + + + service1 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0007.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0007.composite new file mode 100644 index 0000000000..7ab4d9db39 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0007.composite @@ -0,0 +1,60 @@ + + + + + + + + + + + + + ASM_0005 + + + + + + + + service1 + + + + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0008.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0008.composite new file mode 100644 index 0000000000..9ddb8aa8cf --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0008.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + ASM_0005 + + + + + + + + service1 + + + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0009.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0009.composite new file mode 100644 index 0000000000..9d836489c8 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0009.composite @@ -0,0 +1,63 @@ + + + + + + + + + + + + + ASM_0009 + + + + + + + + service1 + + + + + + + + service2 + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0010.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0010.composite new file mode 100644 index 0000000000..ef1b5d1663 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0010.composite @@ -0,0 +1,51 @@ + + + + + + + + + + + + + ASM_0010 + + + + + + + + + service1 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0011.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0011.composite new file mode 100644 index 0000000000..d8e5958132 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0011.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + ASM_0011 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0012.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0012.composite new file mode 100644 index 0000000000..bd945f443b --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0012.composite @@ -0,0 +1,101 @@ + + + + + + + + + + + + + ASM_0012 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + + + + + + + + + + service3 + + + + + + + + + + + + service4 + + + + + + + + + + + + service5 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0013.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0013.composite new file mode 100644 index 0000000000..49ee9824bd --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0013.composite @@ -0,0 +1,62 @@ + + + + + + + + + + + + + ASM_0013 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0014.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0014.composite new file mode 100644 index 0000000000..93c605d332 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0014.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + ASM_0014 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0015.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0015.composite new file mode 100644 index 0000000000..ac887f6dfa --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0015.composite @@ -0,0 +1,62 @@ + + + + + + + + + + + + + ASM_0015 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0016.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0016.composite new file mode 100644 index 0000000000..08ae9416f2 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0016.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + ASM_0016 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0017.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0017.composite new file mode 100644 index 0000000000..b2d45743ac --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0017.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + ASM_0017 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0018.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0018.composite new file mode 100644 index 0000000000..5d14af662a --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0018.composite @@ -0,0 +1,72 @@ + + + + + + + + + + + + + ASM_0018 + + + + + + + + service1 + + + + + + + + + + + + + + service2 + + + + + + + + + service3 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0019.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0019.composite new file mode 100644 index 0000000000..eb6315f9c9 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0019.composite @@ -0,0 +1,69 @@ + + + + + + + + + + + + + ASM_0019 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + + + + + + + service3 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0020.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0020.composite new file mode 100644 index 0000000000..bb35a8a9b8 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0020.composite @@ -0,0 +1,71 @@ + + + + + + + + + + + + + ASM_0020 + + + + + + + + service1 + + + + + + + + + + + + + + service2 + + + + + + + + + service3 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0021.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0021.composite new file mode 100644 index 0000000000..193546103d --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0021.composite @@ -0,0 +1,70 @@ + + + + + + + + + + + + + ASM_0021 + + + + + + + + service1 + + + + + + + + + + + + + service2 + + + + + + + + + service3 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0022.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0022.composite new file mode 100644 index 0000000000..9eb0254938 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0022.composite @@ -0,0 +1,50 @@ + + + + + + + + + + + + + ASM_0022 + + + + + + + + service1 + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0023.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0023.composite new file mode 100644 index 0000000000..e1d6e4bf70 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0023.composite @@ -0,0 +1,60 @@ + + + + + + + + + + + + + ASM_0023 + + + + + + + + service1 + + + + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0024.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0024.composite new file mode 100644 index 0000000000..31ec496e2e --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0024.composite @@ -0,0 +1,60 @@ + + + + + + + + + + + + + ASM_0024 + + + + + + + + service1 + + + + + + + + + + + + + + service2 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0025.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0025.composite new file mode 100644 index 0000000000..96ee58484a --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0025.composite @@ -0,0 +1,54 @@ + + + + + + + + + + + + + ASM_0025 + + + + + + + + service1 + + + + complex1 + complex2 + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0026.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0026.composite new file mode 100644 index 0000000000..3c5a441899 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0026.composite @@ -0,0 +1,57 @@ + + + + + + + + + + + + + ASM_0026 + + + + + + + + service1 + + + + complex1 + complex2 + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0027.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0027.composite new file mode 100644 index 0000000000..c2ed53146f --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0027.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + ASM_0027 + + + + + + + + service1 + + service2 + service3 + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0028.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0028.composite new file mode 100644 index 0000000000..591b5f9ab6 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0028.composite @@ -0,0 +1,51 @@ + + + + + + + + + + + + + ASM_0028 + + + + + + + + service1 + + randomValue + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0101.composite b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0101.composite new file mode 100644 index 0000000000..c6a44392b4 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_ASM_0101.composite @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_Types.xsd b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_Types.xsd new file mode 100644 index 0000000000..ab473cdb92 --- /dev/null +++ b/tags/java/sca/2.0-M1-RC1/stest/sampleTest/src/main/resources/Test_Types.xsd @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3