From 699d2df521ee26e343c53505a2ac1d546ba1965e Mon Sep 17 00:00:00 2001 From: antelder Date: Sat, 28 Mar 2009 09:46:58 +0000 Subject: Create M2 relese branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759448 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/test/ASM_0001_Client.java | 67 ++++++++++++++ .../src/main/java/test/ASM_0002_Client.java | 80 ++++++++++++++++ .../src/main/java/test/ASM_0003_Client.java | 79 ++++++++++++++++ .../sampleTest/src/main/java/test/Service1.java | 39 ++++++++ .../src/main/java/test/Service1Superset.java | 45 +++++++++ .../sampleTest/src/main/java/test/Service2.java | 35 +++++++ .../src/main/java/test/TestException.java | 47 ++++++++++ .../src/main/java/test/TestInvocation.class | Bin 0 -> 395 bytes .../src/main/java/test/TestInvocation.java | 42 +++++++++ .../src/main/java/test/service1Impl.java | 39 ++++++++ .../src/main/java/test/service1Impl2.java | 46 ++++++++++ .../src/main/java/test/service1Impl3.java | 51 +++++++++++ .../src/main/java/test/service1Impl4.java | 52 +++++++++++ .../src/main/java/test/service1Impl5.java | 45 +++++++++ .../src/main/java/test/service1Impl6.java | 50 ++++++++++ .../src/main/java/test/service1SupersetImpl.java | 43 +++++++++ .../src/main/java/test/service2Impl.java | 39 ++++++++ .../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/TestComposite14.composite | 45 +++++++++ .../src/main/resources/TestComposite15.composite | 43 +++++++++ .../src/main/resources/TestComposite16.composite | 48 ++++++++++ .../src/main/resources/TestComposite17.composite | 46 ++++++++++ .../src/main/resources/TestComposite18.composite | 42 +++++++++ .../src/main/resources/TestComposite19.composite | 52 +++++++++++ .../src/main/resources/TestComposite2.composite | 43 +++++++++ .../src/main/resources/TestComposite20.composite | 58 ++++++++++++ .../src/main/resources/TestComposite21.composite | 48 ++++++++++ .../src/main/resources/TestComposite22.composite | 61 ++++++++++++ .../src/main/resources/TestComposite23.composite | 49 ++++++++++ .../src/main/resources/TestComposite24.composite | 49 ++++++++++ .../src/main/resources/TestComposite25.composite | 49 ++++++++++ .../src/main/resources/TestComposite26.composite | 53 +++++++++++ .../src/main/resources/TestComposite27.composite | 53 +++++++++++ .../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/TestDuplicate1.composite | 41 +++++++++ .../src/main/resources/TestDuplicate2.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_0029.composite | 58 ++++++++++++ .../src/main/resources/Test_ASM_0030.composite | 51 +++++++++++ .../src/main/resources/Test_ASM_0031.composite | 68 ++++++++++++++ .../src/main/resources/Test_ASM_0032.composite | 66 +++++++++++++ .../src/main/resources/Test_ASM_0033.composite | 65 +++++++++++++ .../src/main/resources/Test_ASM_0034.composite | 65 +++++++++++++ .../src/main/resources/Test_ASM_0101.composite | 42 +++++++++ .../src/main/resources/Test_ASM_6001.composite | 49 ++++++++++ .../src/main/resources/Test_ASM_6002.composite | 45 +++++++++ .../src/main/resources/Test_ASM_6003.composite | 50 ++++++++++ .../src/main/resources/Test_ASM_6004.composite | 47 ++++++++++ .../src/main/resources/Test_ASM_6005.composite | 48 ++++++++++ .../src/main/resources/Test_ASM_6006.composite | 55 +++++++++++ .../src/main/resources/Test_ASM_6007.composite | 55 +++++++++++ .../src/main/resources/Test_ASM_6008.composite | 54 +++++++++++ .../src/main/resources/Test_ASM_6009.composite | 54 +++++++++++ .../src/main/resources/Test_ASM_6010.composite | 54 +++++++++++ .../src/main/resources/Test_ASM_6011.composite | 54 +++++++++++ .../src/main/resources/Test_ASM_6012.composite | 54 +++++++++++ .../src/main/resources/Test_ASM_6013.composite | 47 ++++++++++ .../sampleTest/src/main/resources/Test_Types.xsd | 38 ++++++++ 98 files changed, 5162 insertions(+) create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0001_Client.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0002_Client.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0003_Client.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service1.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service1Superset.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service2.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestException.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestInvocation.class create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestInvocation.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl2.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl3.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl4.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl5.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl6.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1SupersetImpl.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service2Impl.java create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient.wsdl create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient_0002.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient_0003.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite1.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite10.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite11.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite12.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite13.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite14.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite15.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite16.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite17.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite18.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite19.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite2.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite20.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite21.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite22.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite23.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite24.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite25.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite26.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite27.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite3.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite4.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite5.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite6.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite7.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite8.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite9.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestDuplicate1.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestDuplicate2.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0001.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0002.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0003.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0004.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0005.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0006.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0007.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0008.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0009.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0010.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0011.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0012.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0013.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0014.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0015.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0016.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0017.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0018.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0019.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0020.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0021.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0022.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0023.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0024.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0025.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0026.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0027.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0028.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0029.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0030.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0031.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0032.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0033.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0034.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0101.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6001.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6002.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6003.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6004.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6005.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6006.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6007.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6008.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6009.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6010.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6011.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6012.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6013.composite create mode 100644 branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_Types.xsd (limited to 'branches/sca-java-2.0-M2/stest/sampleTest/src/main') diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0001_Client.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0001_Client.java new file mode 100644 index 0000000000..dff88ce8ca --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0001_Client.java @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import org.oasisopen.sca.annotation.Service; + +/** + * Basic test initiation class + * @author MikeEdwards + * + */ +@Service(TestInvocation.class) +public class ASM_0001_Client implements TestInvocation { + + private String testName = "ASM_0001"; + + /** + * This method is offered as a service and is + * invoked by the test client to run the test + */ + public String invokeTest(String input) throws TestException { + String response = null; + + response = runTest(input); + + return response; + } // end method invokeTest + + /** + * This method actually runs the test - and is subclassed by classes that run other tests. + * @param input - an input string + * @return - a response string = "ASM_0001 inputString invoked ok"; + * + */ + public String runTest(String input) { + String response = null; + + response = testName + " " + input + " invoked ok"; + + return response; + } // end method runTest + + /** + * Sets the name of the test + * @param name - the test name + */ + protected void setTestName(String name) { + testName = name; + } + +} // diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0002_Client.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0002_Client.java new file mode 100644 index 0000000000..673dde9590 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0002_Client.java @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import org.oasisopen.sca.annotation.Property; +import org.oasisopen.sca.annotation.Reference; +import org.oasisopen.sca.annotation.Service; + +/** + * Test initiation class with a single reference of multiplicity 1..1 + * @author MikeEdwards + * + */ +@Service(TestInvocation.class) +public class ASM_0002_Client implements TestInvocation { + + @Property + public String testName = "ASM_xxxx"; + + @Reference + public Service1 reference1; + + /** + * This method is offered as a service and is + * invoked by the test client to run the test + */ + public String invokeTest(String input) throws TestException { + String response = null; + + try { + response = runTest(input); + } catch (Exception e) { + throw new TestException("Test service got an exception during execution: " + e.getClass().getName() + + " " + + e.getMessage()); + } // end try + return response; + } // end method invokeTest + + /** + * This method actually runs the test - and is subclassed by classes that run other tests. + * @param input - an input string + * @return - a response string = "ASM_0001 inputString invoked ok"; + * + */ + public String runTest(String input) { + String response = null; + + String response1 = reference1.operation1(input); + + response = testName + " " + input + " " + response1; + + return response; + } // end method runTest + + /** + * Sets the name of the test + * @param name - the test name + */ + protected void setTestName(String name) { + testName = name; + } + +} // diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0003_Client.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0003_Client.java new file mode 100644 index 0000000000..f6f4f1ccb8 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/ASM_0003_Client.java @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import java.util.List; + +import org.oasisopen.sca.annotation.Property; +import org.oasisopen.sca.annotation.Reference; +import org.oasisopen.sca.annotation.Service; + +/** + * Basic test initiation class + * @author MikeEdwards + * + */ +@Service(TestInvocation.class) +public class ASM_0003_Client implements TestInvocation { + + @Property + public String testName = "ASM_xxxx"; + + @Reference + public List reference1; + + /** + * This method is offered as a service and is + * invoked by the test client to run the test + */ + public String invokeTest(String input) throws TestException { + String response = null; + + response = runTest(input); + + return response; + } // end method invokeTest + + /** + * This method actually runs the test - and is subclassed by classes that run other tests. + * @param input - an input string + * @return - a response string = "ASM_0001 inputString invoked ok"; + * + */ + public String runTest(String input) { + String response = ""; + + for (Service1 reference : reference1) { + response += reference.operation1(input); + } // end for + + response = testName + " " + input + " " + response; + + return response; + } // end method runTest + + /** + * Sets the name of the test + * @param name - the test name + */ + protected void setTestName(String name) { + testName = name; + } + +} // diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service1.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service1.java new file mode 100644 index 0000000000..713fa40563 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service1.java @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +// TODO: Need to change *ALL* annotations to org.oasisopen.xxxx +import org.oasisopen.sca.annotation.Remotable; + +/** + * A test service interface + * @author MikeEdwards + * + */ +@Remotable +public interface Service1 { + + /** + * Method for invoking testcase service + * @param input - input parameter(s) as a String + * @return - output data as a String + */ + public String operation1(String input); + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service1Superset.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service1Superset.java new file mode 100644 index 0000000000..7d3a2f2e9f --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service1Superset.java @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +/** + * A superset of the basic test service interface + * @author MikeEdwards + * + */ +import org.oasisopen.sca.annotation.Remotable; + +@Remotable +public interface Service1Superset { + + /** + * Method for invoking testcase service + * @param input - input parameter(s) as a String + * @return - output data as a String + */ + public String operation1(String input); + + /** + * A second method for invoking a testcase service + * @param input - input parameter(s) as a String + * @return - output data as a String + */ + public String operation2(String input); + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service2.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service2.java new file mode 100644 index 0000000000..f834a4fbf1 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/Service2.java @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +/** + * A test service interface, designed to be incompatible with the Service1 interface + * @author MikeEdwards + * + */ +public interface Service2 { + + /** + * Method for invoking testcase service + * @param input - input parameter(s) as a String + * @return - output data as a String + */ + public int operation2(int input); + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestException.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestException.java new file mode 100644 index 0000000000..158c5f4522 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestException.java @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +/* + * Exception thrown by SCA Test services + */ +public class TestException extends Exception { + + /** + * Required serialVersionUID field + */ + private static final long serialVersionUID = -6978058912756564824L; + + public TestException() { + super(); + }; + + public TestException(String msg) { + super(msg); + }; + + public TestException(String msg, Throwable cause) { + super(msg, cause); + }; + + public TestException(Throwable cause) { + super(cause); + }; + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestInvocation.class b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestInvocation.class new file mode 100644 index 0000000000..64e43c20c9 Binary files /dev/null and b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestInvocation.class differ diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestInvocation.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestInvocation.java new file mode 100644 index 0000000000..e5d781095f --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/TestInvocation.java @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import javax.jws.WebMethod; + +import org.oasisopen.sca.annotation.Remotable; + +/** + * Basic interface to invoke testcases + * @author MikeEdwards + * + */ +@Remotable +public interface TestInvocation { + + /** + * Method for invoking testcase + * @param input - input parameter(s) as a String + * @return - output data as a String + * @throws - a TestException is thrown in cases where the test service fails internally + */ + @WebMethod + public String invokeTest(String input) throws TestException; + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl.java new file mode 100644 index 0000000000..a505f895a2 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl.java @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import org.oasisopen.sca.annotation.Property; +import org.oasisopen.sca.annotation.Service; + +/** + * Simple Java component implementation for business interface Service1 + * @author MikeEdwards + * + */ +@Service(Service1.class) +public class service1Impl implements Service1 { + + @Property + public String serviceName = "service1"; + + public String operation1(String input) { + return serviceName + " operation1 invoked"; + } + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl2.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl2.java new file mode 100644 index 0000000000..0f639fbbf3 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl2.java @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import org.oasisopen.sca.annotation.Property; +import org.oasisopen.sca.annotation.Reference; +import org.oasisopen.sca.annotation.Service; + +/** + * Enhanced Java component implementation for business interface Service1, + * where the implementation also has a single reference using the Service1 + * interface and which gets called when operation1 is invoked + * @author MikeEdwards + * + */ +@Service(Service1.class) +public class service1Impl2 implements Service1 { + + @Property + public String serviceName = "service1"; + // Reference with an implied multiplicity of (1..1) since required=true is the default + @Reference + public Service1 reference1 = null; + + public String operation1(String input) { + String result = reference1.operation1(input); + return serviceName + " operation1 invoked" + " " + result; + } + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl3.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl3.java new file mode 100644 index 0000000000..834dc3ddf7 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl3.java @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import org.oasisopen.sca.annotation.Property; +import org.oasisopen.sca.annotation.Reference; +import org.oasisopen.sca.annotation.Service; + +/** + * Enhanced Java component implementation for business interface Service1, + * where the implementation also has a single reference using the Service1 + * interface with mutiplicity 1..n all of which and which get called when + * operation1 is invoked + * @author MikeEdwards + * + */ +@Service(Service1.class) +public class service1Impl3 implements Service1 { + + @Property + public String serviceName = "service1"; + // Required = true + an array -> multiplicity 1..n + @Reference(required = true) + public Service1[] reference1 = null; + + public String operation1(String input) { + String result = ""; + // Call each of the references in the array, concatenating the results + for (int i = 0; i < reference1.length; i++) { + result = result.concat(reference1[i].operation1(input)); + } // end for + return serviceName + " operation1 invoked" + " " + result; + } + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl4.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl4.java new file mode 100644 index 0000000000..4799d777c7 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl4.java @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import org.oasisopen.sca.annotation.Property; +import org.oasisopen.sca.annotation.Reference; +import org.oasisopen.sca.annotation.Service; + +/** + * Enhanced Java component implementation for business interface Service1, + * where the implementation also has a single reference using the Service1 + * interface with multiplicity 0..n all of which and which get called when + * operation1 is invoked + * @author MikeEdwards + * + */ +@Service(Service1.class) +public class service1Impl4 implements Service1 { + + @Property + public String serviceName = "service1"; + // Required = false + an array -> multiplicity 0..n + @Reference(required = false) + public Service1[] reference1 = null; + + public String operation1(String input) { + String result = serviceName + " operation1 invoked"; + // Call each of the references in the array, concatenating the results + for (int i = 0; i < reference1.length; i++) { + result = result.concat(" "); + result = result.concat(reference1[i].operation1(input)); + } // end for + return result; + } + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl5.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl5.java new file mode 100644 index 0000000000..dd69308c95 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl5.java @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import org.oasisopen.sca.annotation.Property; +import org.oasisopen.sca.annotation.Service; + +/** + * Java component implementation for business interface Service1 + * - no references + * - 3 properties + * @author MikeEdwards + * + */ +@Service(Service1.class) +public class service1Impl5 implements Service1 { + + @Property + public String serviceName = "service1"; + @Property + public String serviceData1; + @Property + public String serviceData2; + + public String operation1(String input) { + return serviceName + " operation1 invoked" + serviceData1 + serviceData2; + } + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl6.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl6.java new file mode 100644 index 0000000000..1810686194 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1Impl6.java @@ -0,0 +1,50 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import org.oasisopen.sca.annotation.Property; +import org.oasisopen.sca.annotation.Reference; +import org.oasisopen.sca.annotation.Service; + +/** + * Enhanced Java component implementation for business interface Service1, + * where the implementation also has a single reference using the Service1 + * interface with multiplicity 0..1 which gets called when + * operation1 is invoked, if present + * @author MikeEdwards + * + */ +@Service(Service1.class) +public class service1Impl6 implements Service1 { + + @Property + public String serviceName = "service1"; + // Required = false -> multiplicity 0..1 + @Reference(required = false) + public Service1 reference1 = null; + + public String operation1(String input) { + String result = serviceName + " operation1 invoked"; + // Call the reference if present + if (reference1 != null) + result = result.concat(reference1.operation1(input)); + return result; + } + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1SupersetImpl.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1SupersetImpl.java new file mode 100644 index 0000000000..f137b7f1b4 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service1SupersetImpl.java @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import org.oasisopen.sca.annotation.Property; +import org.oasisopen.sca.annotation.Service; + +/** + * Simple Java component implementation for business interface Service1Superset + * @author MikeEdwards + * + */ +@Service(Service1Superset.class) +public class service1SupersetImpl implements Service1Superset { + + @Property + public String serviceName = "service1"; + + public String operation1(String input) { + return serviceName + " operation1 invoked"; + } + + public String operation2(String input) { + return serviceName + " operation2 invoked"; + } + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service2Impl.java b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service2Impl.java new file mode 100644 index 0000000000..919b33014c --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/java/test/service2Impl.java @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package test; + +import org.oasisopen.sca.annotation.Property; +import org.oasisopen.sca.annotation.Service; + +/** + * Simple Java component implementation for business interface Service2 + * @author MikeEdwards + * + */ +@Service(Service2.class) +public class service2Impl implements Service2 { + + @Property + public String serviceName = "service1"; + + public int operation2(int input) { + return input + 1; + } + +} diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient.wsdl b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient.wsdl new file mode 100644 index 0000000000..f9475a016a --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient.wsdl @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient_0002.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient_0002.composite new file mode 100644 index 0000000000..cf29e199d1 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient_0002.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient_0003.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient_0003.composite new file mode 100644 index 0000000000..810a4e761a --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestClient_0003.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite1.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite1.composite new file mode 100644 index 0000000000..9221a57ba5 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite1.composite @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite10.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite10.composite new file mode 100644 index 0000000000..51f5de625b --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite10.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite11.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite11.composite new file mode 100644 index 0000000000..3cc3a4542b --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite11.composite @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Composite11-C2 + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite12.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite12.composite new file mode 100644 index 0000000000..81552d9802 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite12.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite13.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite13.composite new file mode 100644 index 0000000000..6790a83bc8 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite13.composite @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite14.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite14.composite new file mode 100644 index 0000000000..82a5f98280 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite14.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite15.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite15.composite new file mode 100644 index 0000000000..7444094622 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite15.composite @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite16.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite16.composite new file mode 100644 index 0000000000..35301ce4cb --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite16.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite17.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite17.composite new file mode 100644 index 0000000000..aff1c2c0e4 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite17.composite @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite18.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite18.composite new file mode 100644 index 0000000000..2ae3589b48 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite18.composite @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite19.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite19.composite new file mode 100644 index 0000000000..17a1d99b0a --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite19.composite @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite2.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite2.composite new file mode 100644 index 0000000000..c0770c6d81 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite2.composite @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite20.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite20.composite new file mode 100644 index 0000000000..73f1376947 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite20.composite @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + Composite11-C2 + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite21.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite21.composite new file mode 100644 index 0000000000..6cd7451a02 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite21.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite22.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite22.composite new file mode 100644 index 0000000000..0e645f0425 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite22.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + Composite11-C2 + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite23.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite23.composite new file mode 100644 index 0000000000..5f2a5c7193 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite23.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite24.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite24.composite new file mode 100644 index 0000000000..758a593235 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite24.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite25.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite25.composite new file mode 100644 index 0000000000..6e6caed073 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite25.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite26.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite26.composite new file mode 100644 index 0000000000..bd777dc376 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite26.composite @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite27.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite27.composite new file mode 100644 index 0000000000..edc5bdddad --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite27.composite @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + third + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite3.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite3.composite new file mode 100644 index 0000000000..a465f45510 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite3.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite4.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite4.composite new file mode 100644 index 0000000000..f89546b8da --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite4.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite5.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite5.composite new file mode 100644 index 0000000000..d5f7e21dc6 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite5.composite @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite6.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite6.composite new file mode 100644 index 0000000000..7f5a588e31 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite6.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite7.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite7.composite new file mode 100644 index 0000000000..ea432f9145 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite7.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite8.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite8.composite new file mode 100644 index 0000000000..ef5d75af39 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite8.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite9.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite9.composite new file mode 100644 index 0000000000..a71d0d4e0b --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestComposite9.composite @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestDuplicate1.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestDuplicate1.composite new file mode 100644 index 0000000000..193ab924bc --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestDuplicate1.composite @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + duplicate1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestDuplicate2.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestDuplicate2.composite new file mode 100644 index 0000000000..3445d07a85 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/TestDuplicate2.composite @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + duplicate2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0001.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0001.composite new file mode 100644 index 0000000000..ae5885596e --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0001.composite @@ -0,0 +1,33 @@ + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0002.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0002.composite new file mode 100644 index 0000000000..0d50dc4f4c --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0002.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + ASM_0002 + + + + + + + + service1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0003.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0003.composite new file mode 100644 index 0000000000..cfce6d0d48 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0003.composite @@ -0,0 +1,64 @@ + + + + + + + + + + + + + ASM_0003 + + + + + + + + + service1 + + + + + + + + service2 + + + + + + + + service3 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0004.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0004.composite new file mode 100644 index 0000000000..ca75c33a71 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0004.composite @@ -0,0 +1,62 @@ + + + + + + + + + + + + + ASM_0004 + + + + + + + + service1 + + + + + + + + service2 + + + + + + + + service3 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0005.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0005.composite new file mode 100644 index 0000000000..aa9b8af911 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0005.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + ASM_0005 + + + + + + + + + + + service1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0006.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0006.composite new file mode 100644 index 0000000000..3212c595b3 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0006.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + ASM_0005 + + + + + + + + service1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0007.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0007.composite new file mode 100644 index 0000000000..1f63746464 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0007.composite @@ -0,0 +1,60 @@ + + + + + + + + + + + + + ASM_0005 + + + + + + + + service1 + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0008.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0008.composite new file mode 100644 index 0000000000..4b078ca7a3 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0008.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + ASM_0005 + + + + + + + + service1 + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0009.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0009.composite new file mode 100644 index 0000000000..62ba494dcd --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0009.composite @@ -0,0 +1,63 @@ + + + + + + + + + + + + + ASM_0009 + + + + + + + + service1 + + + + + + + + service2 + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0010.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0010.composite new file mode 100644 index 0000000000..4454a75278 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0010.composite @@ -0,0 +1,51 @@ + + + + + + + + + + + + + ASM_0010 + + + + + + + + + service1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0011.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0011.composite new file mode 100644 index 0000000000..447cbcc83d --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0011.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + ASM_0011 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0012.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0012.composite new file mode 100644 index 0000000000..c48b5ca601 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0012.composite @@ -0,0 +1,101 @@ + + + + + + + + + + + + + ASM_0012 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + + + + + + + + + + service3 + + + + + + + + + + + + service4 + + + + + + + + + + + + service5 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0013.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0013.composite new file mode 100644 index 0000000000..91cca790ad --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0013.composite @@ -0,0 +1,62 @@ + + + + + + + + + + + + + ASM_0013 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0014.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0014.composite new file mode 100644 index 0000000000..698f7896a3 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0014.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + ASM_0014 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0015.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0015.composite new file mode 100644 index 0000000000..01c1d1d450 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0015.composite @@ -0,0 +1,62 @@ + + + + + + + + + + + + + ASM_0015 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0016.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0016.composite new file mode 100644 index 0000000000..98e2ffa41a --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0016.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + ASM_0016 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0017.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0017.composite new file mode 100644 index 0000000000..d2c065ffd1 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0017.composite @@ -0,0 +1,61 @@ + + + + + + + + + + + + + ASM_0017 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0018.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0018.composite new file mode 100644 index 0000000000..4684bd5afe --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0018.composite @@ -0,0 +1,72 @@ + + + + + + + + + + + + + ASM_0018 + + + + + + + + service1 + + + + + + + + + + + + + + service2 + + + + + + + + + service3 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0019.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0019.composite new file mode 100644 index 0000000000..106ed5e5bd --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0019.composite @@ -0,0 +1,69 @@ + + + + + + + + + + + + + ASM_0019 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + + + + + + + service3 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0020.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0020.composite new file mode 100644 index 0000000000..70b5a7b3c1 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0020.composite @@ -0,0 +1,71 @@ + + + + + + + + + + + + + ASM_0020 + + + + + + + + service1 + + + + + + + + + + + + + + service2 + + + + + + + + + service3 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0021.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0021.composite new file mode 100644 index 0000000000..e40949b012 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0021.composite @@ -0,0 +1,70 @@ + + + + + + + + + + + + + ASM_0021 + + + + + + + + service1 + + + + + + + + + + + + + service2 + + + + + + + + + service3 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0022.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0022.composite new file mode 100644 index 0000000000..1bd3b43b2c --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0022.composite @@ -0,0 +1,50 @@ + + + + + + + + + + + + + ASM_0022 + + + + + + + + service1 + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0023.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0023.composite new file mode 100644 index 0000000000..a3a6465c09 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0023.composite @@ -0,0 +1,60 @@ + + + + + + + + + + + + + ASM_0023 + + + + + + + + service1 + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0024.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0024.composite new file mode 100644 index 0000000000..a140e3bfd5 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0024.composite @@ -0,0 +1,60 @@ + + + + + + + + + + + + + ASM_0024 + + + + + + + + service1 + + + + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0025.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0025.composite new file mode 100644 index 0000000000..3209916612 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0025.composite @@ -0,0 +1,54 @@ + + + + + + + + + + + + + ASM_0025 + + + + + + + + service1 + + + + complex1 + complex2 + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0026.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0026.composite new file mode 100644 index 0000000000..45e7420646 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0026.composite @@ -0,0 +1,57 @@ + + + + + + + + + + + + + ASM_0026 + + + + + + + + service1 + + + + complex1 + complex2 + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0027.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0027.composite new file mode 100644 index 0000000000..aa411a1955 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0027.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + ASM_0027 + + + + + + + + service1 + + service2 + service3 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0028.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0028.composite new file mode 100644 index 0000000000..07d36a29fd --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0028.composite @@ -0,0 +1,51 @@ + + + + + + + + + + + + + ASM_0028 + + + + + + + + service1 + + randomValue + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0029.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0029.composite new file mode 100644 index 0000000000..c35c2a4dca --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0029.composite @@ -0,0 +1,58 @@ + + + + + + + + + + + + + ASM_0029 + + + + + + + + service1 + + + + SomeData + MoreData + + + SomeData2 + MoreData2 + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0030.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0030.composite new file mode 100644 index 0000000000..27a652958d --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0030.composite @@ -0,0 +1,51 @@ + + + + + + + + + + + + + ASM_0030 + + + + + + + + service1 + + + someOtherValue + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0031.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0031.composite new file mode 100644 index 0000000000..d68fcac87d --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0031.composite @@ -0,0 +1,68 @@ + + + + + + + + + + + + + ASM_0031 + + + + + + + + service1 + + + + + + + + + + + + service2 + + + + + + + + service3 + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0032.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0032.composite new file mode 100644 index 0000000000..06cce10ffe --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0032.composite @@ -0,0 +1,66 @@ + + + + + + + + + + + + + ASM_0032 + + + + + + + + + service1 + + + + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0033.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0033.composite new file mode 100644 index 0000000000..070b23d1ec --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0033.composite @@ -0,0 +1,65 @@ + + + + + + + + + + + + + ASM_0033 + + + + + + + + + service1 + + + + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0034.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0034.composite new file mode 100644 index 0000000000..37e282b5d5 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0034.composite @@ -0,0 +1,65 @@ + + + + + + + + + + + + + ASM_0034 + + + + + + + + + service1 + + + + + + + + + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0101.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0101.composite new file mode 100644 index 0000000000..9a5e53e75c --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_0101.composite @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6001.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6001.composite new file mode 100644 index 0000000000..cd4701ff57 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6001.composite @@ -0,0 +1,49 @@ + + + + + + + + + + + + + ASM_6001 + + + + + + + + + service1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6002.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6002.composite new file mode 100644 index 0000000000..e5d59e186a --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6002.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + ASM_6002 + + + + + + service1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6003.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6003.composite new file mode 100644 index 0000000000..c65c8634f8 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6003.composite @@ -0,0 +1,50 @@ + + + + + + + + + + + + + ASM_6003 + + + + + + + + + service1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6004.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6004.composite new file mode 100644 index 0000000000..779358b5d3 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6004.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + ASM_6004 + + + + + + service1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6005.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6005.composite new file mode 100644 index 0000000000..ea27808b17 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6005.composite @@ -0,0 +1,48 @@ + + + + + + + + + + + + + ASM_6005 + + + + + + + service1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6006.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6006.composite new file mode 100644 index 0000000000..04647af815 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6006.composite @@ -0,0 +1,55 @@ + + + + + + + + + + + + + ASM_6006 + + + + + + + service1 + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6007.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6007.composite new file mode 100644 index 0000000000..ed7f358e8d --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6007.composite @@ -0,0 +1,55 @@ + + + + + + + + + + + + + ASM_6007 + + + + + + + service1 + + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6008.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6008.composite new file mode 100644 index 0000000000..6f69735871 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6008.composite @@ -0,0 +1,54 @@ + + + + + + + + + + + + + ASM_6008 + + + + + + + service1 + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6009.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6009.composite new file mode 100644 index 0000000000..fd1cadd870 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6009.composite @@ -0,0 +1,54 @@ + + + + + + + + + + + + + ASM_6009 + + + + + + + service1 + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6010.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6010.composite new file mode 100644 index 0000000000..f9525f171e --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6010.composite @@ -0,0 +1,54 @@ + + + + + + + + + + + + + ASM_6010 + + + + + + + service1 + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6011.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6011.composite new file mode 100644 index 0000000000..a702d7b342 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6011.composite @@ -0,0 +1,54 @@ + + + + + + + + + + + + + ASM_6011 + + + + + + + service1 + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6012.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6012.composite new file mode 100644 index 0000000000..f032838b50 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6012.composite @@ -0,0 +1,54 @@ + + + + + + + + + + + + + ASM_6012 + + + + + + + service1 + + + + + + + service2 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6013.composite b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6013.composite new file mode 100644 index 0000000000..1e3dd250d5 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_ASM_6013.composite @@ -0,0 +1,47 @@ + + + + + + + + + + + + + ASM_6013 + + + + + + + service1 + + + diff --git a/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_Types.xsd b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_Types.xsd new file mode 100644 index 0000000000..98c57b1a55 --- /dev/null +++ b/branches/sca-java-2.0-M2/stest/sampleTest/src/main/resources/Test_Types.xsd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3