From 3c2fecf693a15b3a95abd2a8509035acb65425b7 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 18 May 2009 05:22:54 +0000 Subject: Remove stest as its not part of build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775814 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sca-java-1.5/stest/sampleTest/pom.xml | 105 ------------- .../src/main/java/test/ASM_0001_Client.java | 69 --------- .../src/main/java/test/ASM_0002_Client.java | 80 ---------- .../src/main/java/test/ASM_0003_Client.java | 81 ---------- .../sampleTest/src/main/java/test/Service1.java | 35 ----- .../src/main/java/test/Service1Superset.java | 42 ------ .../sampleTest/src/main/java/test/Service2.java | 35 ----- .../src/main/java/test/TestException.java | 39 ----- .../src/main/java/test/TestInvocation.java | 42 ------ .../src/main/java/test/service1Impl.java | 38 ----- .../src/main/java/test/service1Impl2.java | 44 ------ .../src/main/java/test/service1Impl3.java | 49 ------ .../src/main/java/test/service1Impl4.java | 50 ------- .../src/main/java/test/service1Impl5.java | 45 ------ .../src/main/java/test/service1SupersetImpl.java | 42 ------ .../src/main/java/test/service2Impl.java | 38 ----- .../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 | 39 ----- .../src/main/resources/TestComposite10.composite | 47 ------ .../src/main/resources/TestComposite11.composite | 59 -------- .../src/main/resources/TestComposite12.composite | 39 ----- .../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/TestComposite2.composite | 43 ------ .../src/main/resources/TestComposite23.composite | 48 ------ .../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 | 55 ------- .../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_0039.composite | 70 --------- .../src/main/resources/Test_ASM_0040.composite | 53 ------- .../src/main/resources/Test_ASM_0041.composite | 63 -------- .../src/main/resources/Test_ASM_0042.composite | 65 -------- .../src/main/resources/Test_ASM_0043.composite | 89 ----------- .../src/main/resources/Test_ASM_0101.composite | 42 ------ .../src/main/resources/Test_ASM_6030.composite | 46 ------ .../sampleTest/src/main/resources/Test_Types.xsd | 37 ----- .../sampleTest/src/main/resources/jndi.properties | 39 ----- .../src/test/java/client/ASM_0002_TestCase.java | 44 ------ .../src/test/java/client/ASM_0003_TestCase.java | 44 ------ .../src/test/java/client/ASM_0004_TestCase.java | 43 ------ .../src/test/java/client/ASM_0005_TestCase.java | 44 ------ .../src/test/java/client/ASM_0006_TestCase.java | 45 ------ .../src/test/java/client/ASM_0007_TestCase.java | 45 ------ .../src/test/java/client/ASM_0008_TestCase.java | 46 ------ .../src/test/java/client/ASM_0009_TestCase.java | 45 ------ .../src/test/java/client/ASM_0010_TestCase.java | 47 ------ .../src/test/java/client/ASM_0011_TestCase.java | 46 ------ .../src/test/java/client/ASM_0012_TestCase.java | 48 ------ .../src/test/java/client/ASM_0013_TestCase.java | 46 ------ .../src/test/java/client/ASM_0014_TestCase.java | 46 ------ .../src/test/java/client/ASM_0015_TestCase.java | 46 ------ .../src/test/java/client/ASM_0016_TestCase.java | 46 ------ .../src/test/java/client/ASM_0017_TestCase.java | 47 ------ .../src/test/java/client/ASM_0018_TestCase.java | 61 -------- .../src/test/java/client/ASM_0019_TestCase.java | 46 ------ .../src/test/java/client/ASM_0020_TestCase.java | 47 ------ .../src/test/java/client/ASM_0021_TestCase.java | 47 ------ .../src/test/java/client/ASM_0022_TestCase.java | 45 ------ .../src/test/java/client/ASM_0023_TestCase.java | 47 ------ .../src/test/java/client/ASM_0024_TestCase.java | 61 -------- .../src/test/java/client/ASM_0025_TestCase.java | 63 -------- .../src/test/java/client/ASM_0026_TestCase.java | 64 -------- .../src/test/java/client/ASM_0027_TestCase.java | 60 -------- .../src/test/java/client/ASM_0028_TestCase.java | 59 -------- .../src/test/java/client/ASM_0029_TestCase.java | 63 -------- .../src/test/java/client/ASM_0030_TestCase.java | 57 ------- .../src/test/java/client/ASM_0031_TestCase.java | 63 -------- .../src/test/java/client/ASM_0039_TestCase.java | 54 ------- .../src/test/java/client/ASM_0040_TestCase.java | 58 -------- .../src/test/java/client/ASM_0041_TestCase.java | 57 ------- .../src/test/java/client/ASM_0042_TestCase.java | 62 -------- .../src/test/java/client/ASM_0043_TestCase.java | 59 -------- .../src/test/java/client/ASM_6030_TestCase.java | 47 ------ .../src/test/java/client/BaseJAXWSTestCase.java | 68 --------- .../src/test/java/client/BaseTestCase.java | 164 --------------------- .../src/test/java/client/TestConfiguration.java | 27 ---- .../src/test/java/testClient/InvokeTest.java | 82 ----------- .../test/java/testClient/InvokeTestResponse.java | 82 ----------- .../src/test/java/testClient/ObjectFactory.java | 106 ------------- .../sampleTest/src/test/java/testClient/README.txt | 19 --- .../src/test/java/testClient/TestException.java | 77 ---------- .../java/testClient/TestException_Exception.java | 71 --------- .../src/test/java/testClient/TestInvocation.java | 60 -------- .../java/testClient/TestInvocationService.java | 83 ----------- .../src/test/java/testClient/package-info.java | 20 --- 128 files changed, 7039 deletions(-) delete mode 100644 branches/sca-java-1.5/stest/sampleTest/pom.xml delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/ASM_0001_Client.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/ASM_0002_Client.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/ASM_0003_Client.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/Service1.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/Service1Superset.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/Service2.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/TestException.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/TestInvocation.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl2.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl3.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl4.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl5.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1SupersetImpl.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service2Impl.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient.wsdl delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient_0002.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient_0003.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite1.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite10.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite11.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite12.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite13.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite14.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite15.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite16.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite17.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite18.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite2.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite23.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite3.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite4.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite5.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite6.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite7.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite8.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite9.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestDuplicate1.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestDuplicate2.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0001.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0002.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0003.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0004.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0005.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0006.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0007.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0008.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0009.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0010.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0011.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0012.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0013.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0014.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0015.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0016.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0017.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0018.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0019.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0020.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0021.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0022.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0023.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0024.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0025.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0026.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0027.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0028.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0029.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0030.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0031.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0039.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0040.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0041.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0042.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0043.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0101.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_6030.composite delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_Types.xsd delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/main/resources/jndi.properties delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0024_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0025_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0027_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0028_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0029_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0030_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0031_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0039_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0040_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0041_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0042_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0043_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_6030_TestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/BaseTestCase.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/client/TestConfiguration.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/InvokeTest.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/InvokeTestResponse.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/ObjectFactory.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestException.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestException_Exception.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestInvocation.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestInvocationService.java delete mode 100644 branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/package-info.java (limited to 'branches/sca-java-1.5/stest/sampleTest') diff --git a/branches/sca-java-1.5/stest/sampleTest/pom.xml b/branches/sca-java-1.5/stest/sampleTest/pom.xml deleted file mode 100644 index 93c0b63f38..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/pom.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-stests - 1.5-SNAPSHOT - ../pom.xml - - stest-sampleTest - Apache Tuscany SCA Specification Sample Testcase - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-node-api - 1.5-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-launcher - 1.5-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-node-impl - 1.5-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 1.5-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-implementation-node-runtime - 1.5-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-xml - 1.5-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 1.5-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 1.5-SNAPSHOT - - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/ASM_0001_Client.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/ASM_0001_Client.java deleted file mode 100644 index 0e4583ffc2..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/ASM_0001_Client.java +++ /dev/null @@ -1,69 +0,0 @@ -/* - * 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.osoa.sca.annotations.Service; - -import test.TestInvocation; - -/** - * 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-1.5/stest/sampleTest/src/main/java/test/ASM_0002_Client.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/ASM_0002_Client.java deleted file mode 100644 index 8a4a0c3fdc..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/ASM_0002_Client.java +++ /dev/null @@ -1,80 +0,0 @@ -/* - * 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.osoa.sca.annotations.Service; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Property; - -import test.TestInvocation; - -/** - * 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-1.5/stest/sampleTest/src/main/java/test/ASM_0003_Client.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/ASM_0003_Client.java deleted file mode 100644 index d4f3f7e5af..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/ASM_0003_Client.java +++ /dev/null @@ -1,81 +0,0 @@ -/* - * 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.osoa.sca.annotations.Service; -import org.osoa.sca.annotations.Reference; -import org.osoa.sca.annotations.Property; - -import test.TestInvocation; - -import java.util.List; - -/** - * 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-1.5/stest/sampleTest/src/main/java/test/Service1.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/Service1.java deleted file mode 100644 index eeb3b31999..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/Service1.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * 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 - * @author MikeEdwards - * - */ -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-1.5/stest/sampleTest/src/main/java/test/Service1Superset.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/Service1Superset.java deleted file mode 100644 index 487d748513..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/Service1Superset.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * 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 - * - */ -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-1.5/stest/sampleTest/src/main/java/test/Service2.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/Service2.java deleted file mode 100644 index 3006a885b2..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/Service2.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * 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-1.5/stest/sampleTest/src/main/java/test/TestException.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/TestException.java deleted file mode 100644 index d66a9c73bc..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/TestException.java +++ /dev/null @@ -1,39 +0,0 @@ -/* - * 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-1.5/stest/sampleTest/src/main/java/test/TestInvocation.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/TestInvocation.java deleted file mode 100644 index 94bbe87ed0..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/TestInvocation.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * 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.WebService; -import javax.jws.WebMethod; -import org.osoa.sca.annotations.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-1.5/stest/sampleTest/src/main/java/test/service1Impl.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl.java deleted file mode 100644 index b61fde92c9..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * 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.osoa.sca.annotations.*; - -/** - * 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-1.5/stest/sampleTest/src/main/java/test/service1Impl2.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl2.java deleted file mode 100644 index abff52b606..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl2.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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.osoa.sca.annotations.*; - -/** - * 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-1.5/stest/sampleTest/src/main/java/test/service1Impl3.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl3.java deleted file mode 100644 index b9f7d34638..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl3.java +++ /dev/null @@ -1,49 +0,0 @@ -/* - * 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.osoa.sca.annotations.*; - -/** - * 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-1.5/stest/sampleTest/src/main/java/test/service1Impl4.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl4.java deleted file mode 100644 index 0c41f7e405..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl4.java +++ /dev/null @@ -1,50 +0,0 @@ -/* - * 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.osoa.sca.annotations.*; - -/** - * 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-1.5/stest/sampleTest/src/main/java/test/service1Impl5.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl5.java deleted file mode 100644 index 1719ba9405..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1Impl5.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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.*; -import org.osoa.sca.annotations.*; - -/** - * 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-1.5/stest/sampleTest/src/main/java/test/service1SupersetImpl.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1SupersetImpl.java deleted file mode 100644 index c75078f961..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service1SupersetImpl.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * 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.osoa.sca.annotations.*; - -/** - * 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-1.5/stest/sampleTest/src/main/java/test/service2Impl.java b/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service2Impl.java deleted file mode 100644 index 44a2789125..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/java/test/service2Impl.java +++ /dev/null @@ -1,38 +0,0 @@ -/* - * 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.osoa.sca.annotations.*; - -/** - * 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-1.5/stest/sampleTest/src/main/resources/TestClient.wsdl b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient.wsdl deleted file mode 100644 index 2a8b112cca..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient.wsdl +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient_0002.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient_0002.composite deleted file mode 100644 index 299a7d665f..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient_0002.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient_0003.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient_0003.composite deleted file mode 100644 index 0079b802b7..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestClient_0003.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite1.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite1.composite deleted file mode 100644 index 4d65e37e16..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite1.composite +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite10.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite10.composite deleted file mode 100644 index 0a743d7767..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite10.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite11.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite11.composite deleted file mode 100644 index 98775aa6e5..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite11.composite +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Composite11-C2 - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite12.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite12.composite deleted file mode 100644 index 8619ae175a..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite12.composite +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite13.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite13.composite deleted file mode 100644 index 37247e24fe..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite13.composite +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite14.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite14.composite deleted file mode 100644 index e62c7f6eaa..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite14.composite +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite15.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite15.composite deleted file mode 100644 index e85a4ee831..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite15.composite +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite16.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite16.composite deleted file mode 100644 index 25284836f8..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite16.composite +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite17.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite17.composite deleted file mode 100644 index 7a562ae237..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite17.composite +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite18.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite18.composite deleted file mode 100644 index 9ffea418db..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite18.composite +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite2.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite2.composite deleted file mode 100644 index 9b89563a42..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite2.composite +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite23.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite23.composite deleted file mode 100644 index 35bd141aef..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite23.composite +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite3.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite3.composite deleted file mode 100644 index 506557606f..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite3.composite +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite4.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite4.composite deleted file mode 100644 index c8f1a4c005..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite4.composite +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite5.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite5.composite deleted file mode 100644 index b804c58a68..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite5.composite +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite6.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite6.composite deleted file mode 100644 index 5c9b9ed0e0..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite6.composite +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite7.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite7.composite deleted file mode 100644 index e498e15510..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite7.composite +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite8.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite8.composite deleted file mode 100644 index d5cccf8ee9..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite8.composite +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite9.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite9.composite deleted file mode 100644 index 931565aae0..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestComposite9.composite +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestDuplicate1.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestDuplicate1.composite deleted file mode 100644 index d34ee0300a..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestDuplicate1.composite +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - duplicate1 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestDuplicate2.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestDuplicate2.composite deleted file mode 100644 index d8d4a3ab45..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/TestDuplicate2.composite +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - duplicate2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0001.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0001.composite deleted file mode 100644 index a8864587f3..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0001.composite +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0002.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0002.composite deleted file mode 100644 index 058bdff522..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0002.composite +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - ASM_0002 - - - - - - - - service1 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0003.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0003.composite deleted file mode 100644 index d3b4e51ef7..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0003.composite +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - ASM_0003 - - - - - - - - - service1 - - - - - - - - service2 - - - - - - - - service3 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0004.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0004.composite deleted file mode 100644 index 9f586ddbcf..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0004.composite +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - ASM_0004 - - - - - - - - service1 - - - - - - - - service2 - - - - - - - - service3 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0005.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0005.composite deleted file mode 100644 index 1bc61089a7..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0005.composite +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - ASM_0005 - - - - - - - - - - - service1 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0006.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0006.composite deleted file mode 100644 index 2705d967a2..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0006.composite +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - ASM_0005 - - - - - - - - service1 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0007.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0007.composite deleted file mode 100644 index 521d28b27d..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0007.composite +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - ASM_0005 - - - - - - - - service1 - - - - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0008.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0008.composite deleted file mode 100644 index 618d090bcb..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0008.composite +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - ASM_0005 - - - - - - - - service1 - - - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0009.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0009.composite deleted file mode 100644 index a161bdc36f..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0009.composite +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - ASM_0009 - - - - - - - - service1 - - - - - - - - service2 - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0010.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0010.composite deleted file mode 100644 index d753742383..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0010.composite +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - ASM_0010 - - - - - - - - - service1 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0011.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0011.composite deleted file mode 100644 index 50c5bcc7b7..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0011.composite +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - ASM_0011 - - - - - - - - service1 - - - - - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0012.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0012.composite deleted file mode 100644 index 586aec454f..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0012.composite +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - - - - - - ASM_0012 - - - - - - - - service1 - - - - - - - - - - - - service2 - - - - - - - - - - - - service3 - - - - - - - - - - - - service4 - - - - - - - - - - - - service5 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0013.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0013.composite deleted file mode 100644 index 2fb5f3a969..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0013.composite +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - ASM_0013 - - - - - - - - service1 - - - - - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0014.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0014.composite deleted file mode 100644 index 09082d724b..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0014.composite +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - ASM_0014 - - - - - - - - service1 - - - - - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0015.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0015.composite deleted file mode 100644 index 53c14c2248..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0015.composite +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - ASM_0015 - - - - - - - - service1 - - - - - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0016.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0016.composite deleted file mode 100644 index 28503194b6..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0016.composite +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - ASM_0016 - - - - - - - - service1 - - - - - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0017.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0017.composite deleted file mode 100644 index 7f7fdf8f25..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0017.composite +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - ASM_0017 - - - - - - - - service1 - - - - - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0018.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0018.composite deleted file mode 100644 index af18c09162..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0018.composite +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - ASM_0018 - - - - - - - - service1 - - - - - - - - - - - - - - service2 - - - - - - - - - service3 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0019.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0019.composite deleted file mode 100644 index f5cfc652f7..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0019.composite +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - ASM_0019 - - - - - - - - service1 - - - - - - - - - - - - service2 - - - - - - - - - service3 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0020.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0020.composite deleted file mode 100644 index e1ab046081..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0020.composite +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - ASM_0020 - - - - - - - - service1 - - - - - - - - - - - - - - service2 - - - - - - - - - service3 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0021.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0021.composite deleted file mode 100644 index 1234571493..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0021.composite +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - ASM_0021 - - - - - - - - service1 - - - - - - - - - - - - - service2 - - - - - - - - - service3 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0022.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0022.composite deleted file mode 100644 index b32ecf1dba..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0022.composite +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - ASM_0022 - - - - - - - - service1 - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0023.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0023.composite deleted file mode 100644 index df781e4408..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0023.composite +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - ASM_0023 - - - - - - - - service1 - - - - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0024.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0024.composite deleted file mode 100644 index 6859c22502..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0024.composite +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - ASM_0024 - - - - - - - - service1 - - - - - - - - - - - - - - service2 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0025.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0025.composite deleted file mode 100644 index 92c5e3189f..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0025.composite +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - ASM_0025 - - - - - - - - - - - complex1 - complex2 - - - service1 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0026.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0026.composite deleted file mode 100644 index 3c5a441899..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0026.composite +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - ASM_0026 - - - - - - - - service1 - - - - complex1 - complex2 - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0027.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0027.composite deleted file mode 100644 index c2ed53146f..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0027.composite +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - - - - - ASM_0027 - - - - - - - - service1 - - service2 - service3 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0028.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0028.composite deleted file mode 100644 index b79eefbce9..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0028.composite +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - ASM_0028 - - - - - - - - - - - - randomValue - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0029.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0029.composite deleted file mode 100644 index c1aaba1775..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0029.composite +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - ASM_0029 - - - - - - - - service1 - - - - SomeData - MoreData - - - SomeData2 - MoreData2 - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0030.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0030.composite deleted file mode 100644 index 0ce29cdab2..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0030.composite +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - ASM_0030 - - - - - - - - service1 - - - someOtherValue - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0031.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0031.composite deleted file mode 100644 index 50cd134a6e..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0031.composite +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - ASM_0031 - - - - - - - - service1 - - - - - - - - - - - - service2 - - - - - - - - service3 - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0039.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0039.composite deleted file mode 100644 index bf69bef4fe..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0039.composite +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - ASM_0039 - - - - - - - - - service1 - - - - - - - - - - - - - - - service2 - - - - - - - - service3 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0040.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0040.composite deleted file mode 100644 index 1b01ddc9d3..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0040.composite +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - ASM_0040 - - - - - - - - - service1 - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0041.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0041.composite deleted file mode 100644 index b56100c8e9..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0041.composite +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - ASM_0041 - - - - - - - - - service1 - - - - - - - - - - - - - service1 - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0042.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0042.composite deleted file mode 100644 index 9904308676..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0042.composite +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - ASM_0041 - - - - - - - - - service1 - - - - - - - - - - - - - service1 - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0043.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0043.composite deleted file mode 100644 index b71c81a749..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0043.composite +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - ASM_0043 - - - - - - - - - service1 - - - - - - - - - - - - - - - - - - - - - - - service1 - - - - - - - - - - - - - - service1 - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0101.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0101.composite deleted file mode 100644 index d2bfe29775..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_0101.composite +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_6030.composite b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_6030.composite deleted file mode 100644 index 1d34ffc721..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_ASM_6030.composite +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - ASM_6030 - - - - - - - - service1 - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_Types.xsd b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_Types.xsd deleted file mode 100644 index c0f488ab12..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/Test_Types.xsd +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/jndi.properties b/branches/sca-java-1.5/stest/sampleTest/src/main/resources/jndi.properties deleted file mode 100644 index 9abdff215d..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/main/resources/jndi.properties +++ /dev/null @@ -1,39 +0,0 @@ -## --------------------------------------------------------------------------- -## 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. -## --------------------------------------------------------------------------- - -# START SNIPPET: jndi - -java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory - -# use the following property to configure the default connector -java.naming.provider.url = vm://localhost?broker.persistent=false - -# use the following property to specify the JNDI name the connection factory -# should appear as. -#connectionFactoryNames = connectionFactory, queueConnectionFactory, topicConnectionFactry -connectionFactoryNames = ConnectionFactory - -# register some queues in JNDI using the form -# queue.[jndiName] = [physicalName] -queue.RequestQueue = RequestQueue -queue.ResponseQueue = ResponseQueue - -# register some topics in JNDI using the form -# topic.[jndiName] = [physicalName] -#topic.MyTopic = example.MyTopic - -# END SNIPPET: jndi diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java deleted file mode 100644 index 54aaca8b6a..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import test.TestInvocation; - - -/** - * ASM_0002_TestCase - */ -public class ASM_0002_TestCase extends BaseTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0002"; - config.input = "request"; - config.output = config.testName + " " + config.input + " service1 operation1 invoked"; - config.composite = "Test_ASM_0002.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0002 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java deleted file mode 100644 index 930200009e..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0003_Client; -import testClient.TestInvocation; - -/** - * A generic test client based on Tuscany APIs - */ -public class ASM_0003_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0003"; - config.input = "request"; - config.output = config.testName + " " + config.input + " service1 operation1 invoked" + - "service2 operation1 invoked" + "service3 operation1 invoked"; - config.composite = "Test_ASM_0003.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0003_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java deleted file mode 100644 index cafa6d25c3..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * A generic test client based on Tuscany APIs - */ -public class ASM_0004_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0004"; - config.input = "request"; - config.output = "org.osoa.sca.ServiceRuntimeException: Too many targets on reference: reference1"; - config.composite = "Test_ASM_0004.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0004 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java deleted file mode 100644 index e77a9b13f0..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0005_TestCase, which checks that a component with multiple - * elements with the same @name attribute is an error - */ -public class ASM_0005_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0005"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0005.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java deleted file mode 100644 index 822fba7d78..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0006_TestCase, which checks that the @name attribute of a - * element of a matches the @name attribute of a element of the - * componentType of the used by the - */ -public class ASM_0006_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0006"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0006.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java deleted file mode 100644 index 220dfc992d..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0007_TestCase, which tests that the @name attribute of a - * element of a component is not equal to the @name attribute of any other - * element of the same component - */ -public class ASM_0007_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0007"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0007.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java deleted file mode 100644 index 4df69020a0..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0008_TestCase, which Tests that the @name attribute of a - * element of a component is equal to the @name attribute of a - * element of the of the of - * the - */ -public class ASM_0008_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0008"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0008.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java deleted file mode 100644 index 2bbcc04465..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0009_TestCase, which tests that the @name attribute of a - * element in a is not the same as the @name - * attribute of a second component in the same - */ -public class ASM_0009_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0009"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0009.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java deleted file mode 100644 index 274c39347f..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0009_TestCase, which tests that the interface specified - * by the child element of a element is a compatible - * subset of the interface declared for the element with the - * same @name attribute in the of the - * of the parent of the - */ -public class ASM_0010_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0010"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0010.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java deleted file mode 100644 index 7a503fb459..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0011_TestCase, which tests that the the multiplicity - * of a element of a can be 1..1 where the - * multiplicity of the equivalent element in the - * of the of the is 1..n - */ -public class ASM_0011_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0011"; - config.input = "request"; - config.output = "ASM_0011 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_0011.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java deleted file mode 100644 index 228d1810e0..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0012_TestCase, which tests that the the multiplicity - * of a element of a can be any one of 0..1, - * 1..1, 0..n, 1..n where the multiplicity of the equivalent - * element in the of the of the - * is 0..n - */ -public class ASM_0012_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0012"; - config.input = "request"; - config.output = "ASM_0012 request service1 operation1 invoked service2 operation1 invoked" + - " service3 operation1 invoked service4 operation1 invoked service5 operation1 invoked"; - config.composite = "Test_ASM_0012.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java deleted file mode 100644 index a02ca18184..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0013_TestCase, which tests that the the multiplicity - * of a element of a is 1..1 where the - * multiplicity of the equivalent element in the - * of the of the is 1..1 - */ -public class ASM_0013_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0013"; - config.input = "request"; - config.output = "ASM_0013 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_0013.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java deleted file mode 100644 index c4960925f9..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0014_TestCase, which tests that the multiplicity of a - * element of a is 0..n where the multiplicity - * of the equivalent element in the of the - * of the is 1..1 - */ -public class ASM_0014_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0014"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0014.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java deleted file mode 100644 index c9c7c2ba1c..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0015_TestCase, which tests that the the multiplicity - * of a element of a is 1..1 where the - * multiplicity of the equivalent element in the - * of the of the is 0..1 - */ -public class ASM_0015_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0015"; - config.input = "request"; - config.output = "ASM_0015 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_0015.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java deleted file mode 100644 index e9817a069b..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0016_TestCase, which tests that the interface declared - * by the child element of a of a - * is a compatible superset of the interface declared on the corresponding - * of the componentType of the of the - */ -public class ASM_0016_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0016"; - config.input = "request"; - config.output = "ASM_0016 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_0016.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java deleted file mode 100644 index 735a9bfc38..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0017_TestCase, which tests that where a - * of a has no child element, but the - * corresponding element in the componentType does have - * a binding child element, the from the componentType is - * used for the reference - */ -public class ASM_0017_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0017"; - config.input = "request"; - config.output = "ASM_0017 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_0017.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java deleted file mode 100644 index ab872f09a6..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Line 1379-1381: - *

- * OSOA: - * Note that a binding element may specify an endpoint which is the target of - * that binding. A reference must not mix the use of endpoints specified via - * binding elements with target endpoints specified via the target attribute. - *

- * [ASM50015] - *

- * OASIS: - * If a binding element has a value specified for a target service using - * its @uri attribute, * the binding element MUST NOT identify target - * services using binding specific attributes or elements. - * - * Client for ASM_0018_TestCase, which tests that where a - * of a has a child element and the - * corresponding element in the componentType has - * a binding child element, the from the is - * used for the reference - */ -public class ASM_0018_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0018"; - config.input = "request"; - config.output = "ASM_0018 request service1 operation1 invoked service3 operation1 invoked"; - config.composite = "Test_ASM_0018.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class ASM_0018_TestCase diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java deleted file mode 100644 index c1cc0d6b0f..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0018_TestCase, which tests that where a - * of a has @autowire=”true” and also has @target identifying - * a single target service that the reference is wired only to the single - * service identified by the @target attribute - */ -public class ASM_0019_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0019"; - config.input = "request"; - config.output = "ASM_0019 request service1 operation1 invoked service3 operation1 invoked"; - config.composite = "Test_ASM_0019.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java deleted file mode 100644 index 12dce46975..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0020_TestCase, which tests that where a - * of a has @autowire=true and where there is also a single - * element which as that as its source that the - * reference is wired only to the single service identified by the - * element - */ -public class ASM_0020_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0020"; - config.input = "request"; - config.output = "ASM_0020 request service1 operation1 invoked service3 operation1 invoked"; - config.composite = "Test_ASM_0020.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java deleted file mode 100644 index 286e21b1d4..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0021_TestCase, which tests that where a - * of a has @autowire=true and where the has - * a child element which declares a single target service, - * the reference is wired only to the single service identified by the - * element - */ -public class ASM_0021_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0021"; - config.input = "request"; - config.output = "ASM_0021 request service1 operation1 invoked service3 operation1 invoked"; - config.composite = "Test_ASM_0021.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java deleted file mode 100644 index a39b674b97..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0022_TestCase, which tests that where a - * with multiplicity=0..1 is unwired (by any means) that - * the component executes correctly - */ -public class ASM_0022_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0022"; - config.input = "request"; - config.output = "ASM_0022 request service1 operation1 invoked"; - config.composite = "Test_ASM_0022.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java deleted file mode 100644 index 172cb74554..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0021_TestCase, which tests that where a - * with multiplicity=1..1 is wired to a component service - * in the same composite and is also promoted by a - * which is wired to a target service by a component using the - * as its implementation, that this is an error - */ -public class ASM_0023_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0023"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0023.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0024_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0024_TestCase.java deleted file mode 100644 index 6f224a8951..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0024_TestCase.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0024_TestCase, which tests that where a - * has @target set to some service, that the reference - * can have no child elements - */ -public class ASM_0024_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA - * Line 1379~1381 - * Note that a binding element may specify an endpoint which is the target of that binding. A - * reference must not mix the use of endpoints specified via binding elements with target endpoints - * specified via the target attribute. - *

- * OASIS - * ASM50026 - * If a reference has a value specified for one or more target services in its @target attribute, - * there MUST NOT be any child elements declared for that reference. - *

- * Jira issue: - * https://issues.apache.org/jira/browse/TUSCANY-2920 - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0024"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0024.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0025_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0025_TestCase.java deleted file mode 100644 index 9d79b3b472..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0025_TestCase.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0025_TestCase, which tests that where a - * has its value set by means of a child element, - * that the type of the element matches the type declared for - * the element - */ -public class ASM_0025_TestCase extends BaseJAXWSTestCase { - - public static void main(String[] args) throws Exception { - ASM_0025_TestCase test = new ASM_0025_TestCase(); - test.setUp(); - test.tearDown(); - } - - /** - *

- * OSOA - * No @value subelement in OSOA specification - *

- * OASIS - *

- * ASM50028 - * If the value subelement of a component property is specified, - * the type of the property MUST be an XML Schema simple type or an - * XML schema complex type - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0025"; - config.input = "request"; - config.output = "ASM_0025 request service1 operation1 invokedcomplex1complex2"; - config.composite = "Test_ASM_0025.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java deleted file mode 100644 index 5cb2ed5241..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0026_TestCase, which tests that where a - * has its value set by means of a child element that is NOT a element, - * that a) the type of the element is declared as an XML Schema global - * element by its @element attribute and b) that the child element is an instance - * of that global element - */ -public class ASM_0026_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA Line 1113~1118 - * The property element may contain an optional default-property-value, which provides default - * value for the property. The default value must match the type declared for the property - * 1) a string, if type is a simple type (must match the type declared) - * 2) a complex type value matching the type declared by type - * 3) an element matching the element named by element - * 4) multiple values are permitted if many="true" is specified - *

- * OASIS - *

- * ASM50029 - * If a component property value is declared using a child element of the - * element, the type of the property MUST be an XML Schema global element and the - * declared child element MUST be an instance of that global element - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0026"; - config.input = "request"; - config.output = "ASM_0026 request service1 operation1 invokedcomplex1complex2"; - config.composite = "Test_ASM_0026.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0027_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0027_TestCase.java deleted file mode 100644 index 86d8f51288..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0027_TestCase.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0027_TestCase, which tests that where a has - * 2 or more child elements that each element has a - * unique @name attribute value - */ -public class ASM_0027_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA - * No corresponding declaration for this feature. - *

- * OASIS - *

- * ASM50030 - * A element MUST NOT contain two subelements with the - * same value of the @name attribute. - *

- * Jira issue: - * https://issues.apache.org/jira/browse/TUSCANY-2863 - * - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0027"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0027.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0027 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0028_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0028_TestCase.java deleted file mode 100644 index e91ee2c7f3..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0028_TestCase.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0028_TestCase, which tests a @name - * attribute matches the @name attribute of one of the elements of - * the of the of the - */ -public class ASM_0028_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA - * No corresponding statements for this feature. - *

- * OASIS - *

- * ASM50031 - * The name attribute of a component property MUST match the name of a property - * element in the component type of the component implementation. - *

- * Jira issue: - * https://issues.apache.org/jira/browse/TUSCANY-2901 - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0028"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0028.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0028 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0029_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0029_TestCase.java deleted file mode 100644 index eae5a2f978..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0029_TestCase.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0029_TestCase, which tests that where a - * has @many=false that there is only one child element of the - */ -public class ASM_0029_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA Line 1104~1106 - *

- * many (optional) - whether the property is single-valued (false) or multi-valued (true). - * The default is false. In the case of a multi-valued property, it is presented to the - * implementation as a Collection of property values. - *

- * OASIS - *

- * ASM50032 - * If a property is single-valued, the subelement MUST NOT occur more than once. - *

- * OSOA didn't explicitly say "MUST NOT occur more than once". - *

- * Jira issue: - * https://issues.apache.org/jira/browse/TUSCANY-2902 - * - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0029"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0029.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0029 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0030_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0030_TestCase.java deleted file mode 100644 index 197f9acd72..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0030_TestCase.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0030_TestCase, which tests that a - * with a @value attribute set does not have any child elements - */ -public class ASM_0030_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA - * No @value attribute for the property in OSOA spec. - * So this TestCase is not valid. - *

- * OASIS - *

- * ASM50033 - * A property subelement MUST NOT be used when the @value attribute - * is used to specify the value for that property. - * - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0030"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0030.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0030 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0031_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0031_TestCase.java deleted file mode 100644 index 5f5d68fb81..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0031_TestCase.java +++ /dev/null @@ -1,63 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0031_TestCase, which tests that where a - * has its @target attribute set to a valid service and the also - * contains a element with @source set to the - * and @target set to a second valid service and has @replace=true, the - * is wired to the second service only - */ -public class ASM_0031_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA - * No @replace in OSOA specification currently. - *

- * OASIS - *

- * ASM50034 - * If any element with its @replace attribute set to "true" has - * a particular reference specified in its @source attribute, - * the value of the @target attribute for that reference MUST be ignored - * and MUST NOT be used to define target services for that reference. - *

- * Jira issue: - * https://issues.apache.org/jira/browse/TUSCANY-2903 - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0031"; - config.input = "request"; - config.output = "ASM_0031 request service1 operation1 invoked service3 operation1 invoked"; - config.composite = "Test_ASM_0031.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0031 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0039_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0039_TestCase.java deleted file mode 100644 index 5f7ef37f61..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0039_TestCase.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * - */ -public class ASM_0039_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA - * No corresponding statements in OSOA specification. - *

- * OASIS - * ASM50023 - * Some reference multiplicity errors can be detected at deployment time, - * where the rules defined in ASM50018, ASM50019, ASM50020, ASM50021 are violated. - * In these cases, an error SHOULD be generated by the SCA runtime at deployment time. - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0039"; - config.input = "request"; - config.output = "ASM_0039 request service1 operation1 invoked service2 operation1 invokedservice2 operation1 invoked"; - config.composite = "Test_ASM_0039.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0039 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0040_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0040_TestCase.java deleted file mode 100644 index 388508c209..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0040_TestCase.java +++ /dev/null @@ -1,58 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * For the cases where it is valid for the reference to have no target service specified, - * the component implementation language specification needs to define the programming model - * for interacting with an untargetted reference. - * So the SCA runtime should throw an exception if it is using an untargetted reference. - */ -public class ASM_0040_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA - * No corresponding statements in OSOA specification. - *

- * OASIS - * ASM50024 - * Some reference multiplicity errors can only be checked at runtime, - * where the rules defined in ASM50018, ASM50019, ASM50020, ASM50021 are violated. - * In these cases, the SCA runtime MUST generate an error no later than when the reference is - * invoked by the component implementation. - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0040"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0040.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0040 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0041_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0041_TestCase.java deleted file mode 100644 index 441cc61734..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0041_TestCase.java +++ /dev/null @@ -1,57 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - *test if @wiredByImpl="true", element has no child elements. - */ -public class ASM_0041_TestCase extends BaseJAXWSTestCase { - - /** - *

- * OSOA - * Line 220~221 - * If "true" is set, then the reference should not be wired - * statically within a composite, but left unwired. - *

- * OASIS - * ASM50013 - * If @wiredByImpl="true", - * other methods of specifying the target service MUST NOT be used. - *

- * Jira issue: - * https://issues.apache.org/jira/browse/TUSCANY-2913 - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0041"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0041.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0041 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0042_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0042_TestCase.java deleted file mode 100644 index 1ae44dd554..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0042_TestCase.java +++ /dev/null @@ -1,62 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; -import org.junit.Test; - - -/** - * test if @wiredByImpl="true", - * No elements have the element declared as the @source for the wire. - */ -// @Ignore("TUSCANY-2925") -public class ASM_0042_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA - * Line 220~221 - * If "true" is set, then the reference should not be wired - * statically within a composite, but left unwired. - *

- * OASIS - * ASM50013 - * If @wiredByImpl="true", - * other methods of specifying the target service MUST NOT be used. - *

- * Jira issue: - * https://issues.apache.org/jira/browse/TUSCANY-2913 - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0042"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0042.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0042 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0043_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0043_TestCase.java deleted file mode 100644 index a554fa1ee6..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_0043_TestCase.java +++ /dev/null @@ -1,59 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0002_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0043_TestCase, it tests @uri and subelement of can't coexist, - * and some binding can use specific subelements more than a simple URI. - * - */ -public class ASM_0043_TestCase extends BaseJAXWSTestCase { - - - /** - *

- * OSOA - *

- * OASIS - * ASM50016 - * It is possible that a particular binding type MAY require that the address of a target service - * uses more than a simple URI. In cases where a reference element has a binding subelement of such a type, - * the @uri attribute of the binding element MUST NOT be used to identify the target service - - * instead, binding specific attributes and/or child elements MUST be used. - *

- * Jira issue: - * https://issues.apache.org/jira/browse/TUSCANY-2921 - */ - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0043"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0043.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0043 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_6030_TestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_6030_TestCase.java deleted file mode 100644 index 2eb2feb5bc..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/ASM_6030_TestCase.java +++ /dev/null @@ -1,47 +0,0 @@ -/* - * 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 client; - - -import test.ASM_0003_Client; -import testClient.TestInvocation; - -/** - * Client for ASM_0021_TestCase, which tests that where a - * with multiplicity=1..1 is wired to a component service - * in the same composite and is also promoted by a - * which is wired to a target service by a component using the - * as its implementation, that this is an error - */ -public class ASM_6030_TestCase extends BaseJAXWSTestCase { - - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6030"; - config.input = "request"; - config.output = config.testName + " " + config.input +" service1 operation1 invoked"; - config.composite = "Test_ASM_6030.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0003_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java deleted file mode 100644 index 1904c02359..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java +++ /dev/null @@ -1,68 +0,0 @@ -/* - * 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 client; - -import static org.junit.Assert.*; - -import java.net.MalformedURLException; -import java.net.URL; - -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.launcher.NodeLauncher; -//import org.apache.tuscany.sca.node.equinox.launcher.Contribution; -//import org.apache.tuscany.sca.node.equinox.launcher.ContributionLocationHelper; -//import org.apache.tuscany.sca.node.equinox.launcher.NodeLauncher; -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import javax.xml.ws.Service; -import javax.xml.namespace.QName; - -import test.ASM_0001_Client; -import testClient.TestInvocation; -import testClient.TestException_Exception; -import testClient.TestException; - -/** - * A generic test client based on JAX-WS APIs - */ -public class BaseJAXWSTestCase extends BaseTestCase { - - - public static void main(String[] args) throws Exception { - BaseJAXWSTestCase test = new BaseJAXWSTestCase(); - test.setUp(); - test.tearDown(); - } - - public String invokeTest( String input ) throws Exception { - //Web service invocation via JAXWS - QName serviceName = new QName("http://test/", "TestInvocationService"); - URL wsdlLocation = this.getClass().getClassLoader().getResource("TestClient.wsdl"); - javax.xml.ws.Service webService = Service.create( wsdlLocation, serviceName ); - TestInvocation wsProxy = (TestInvocation) webService.getPort(testConfiguration.getServiceInterface()); - - String output = wsProxy.invokeTest(input); - - return output; - } // end method invokeTest - - -} // end class BaseTest diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/BaseTestCase.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/BaseTestCase.java deleted file mode 100644 index e39a8bf7e9..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/BaseTestCase.java +++ /dev/null @@ -1,164 +0,0 @@ -/* - * 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 client; - -import static org.junit.Assert.*; - -import java.lang.reflect.InvocationTargetException; -import java.net.URL; -import java.security.AccessController; -import java.security.PrivilegedAction; - -import org.apache.tuscany.sca.node.SCAClient; -import org.apache.tuscany.sca.node.SCAContribution; -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.launcher.Contribution; -import org.apache.tuscany.sca.node.launcher.NodeLauncher; -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import test.ASM_0001_Client; -import test.TestInvocation; -import testClient.TestException; -import testClient.TestException_Exception; - -/** - * A generic test client based on Tuscany APIs - */ -public class BaseTestCase { - - protected NodeLauncher launcher; - protected SCANode node; - protected TestConfiguration testConfiguration = getTestConfiguration(); - protected static boolean proceed = true; - - public static void main(String[] args) throws Exception { - BaseTestCase test = new BaseTestCase(); - test.setUp(); - test.tearDown(); - } - - @Before - public void setUp() throws Exception { - try { - startContribution(); - } catch (Exception e) { - // If the SCA runtime refuses to start an invalid contribution, then this is also - // regarded as a successful outcome - System.out.println( "Exception received - detail: " + e.getMessage() ); - if (e.getCause() instanceof InvocationTargetException){ - assertEquals( testConfiguration.getExpectedOutput(), ((InvocationTargetException)e.getCause()).getCause().getMessage() ); - } else { - assertEquals( testConfiguration.getExpectedOutput(), "exception" ); - } - System.out.println("Test " + testConfiguration.getTestName() + " completed successfully"); - // Mark this test as not to proceed further - proceed = false; - } // end try - } - - @After - public void tearDown() throws Exception { - stopContribution(); - } - - @Test - public void testDummy() throws Exception { - // If an exception were thrown during initialization, let's go no further - if( proceed == false ) return; - - // System.out.println("Test " + testName + " starting"); - String output = null; - try { - // Just requires input to proceed - // System.in.read(); - // - output = invokeTest( testConfiguration.getInput() ); - - } catch ( TestException_Exception e ) { - TestException exceptionContent = e.getFaultInfo(); - System.out.println("Service fault received - detail: " + exceptionContent.getMessage() ); - assertEquals( testConfiguration.getExpectedOutput(), "exception" ); - } catch (Throwable e) { - e.printStackTrace(); - System.out.println( "Exception received - detail: " + e.getMessage() ); - assertEquals( testConfiguration.getExpectedOutput(), "exception" ); - } - assertEquals( testConfiguration.getExpectedOutput(), output ); - System.out.println("Test " + testConfiguration.getTestName() + " completed successfully"); - } - - public String invokeTest( String input ) throws Exception { - - TestInvocation service = (TestInvocation) getService( testConfiguration.getServiceInterface(), - testConfiguration.getTestServiceName() ); - - return service.invokeTest( input ); - } // end method invokeTest - - protected T getService( Class interfaze, String serviceName ) { - T service = ((SCAClient)node).getService( interfaze, serviceName ); - return service; - } // end getService - - protected void startContribution() throws Exception { - // Tuscany specific code which starts the contribution holding the test - launcher = NodeLauncher.newInstance(); - node = launcher.createNode(testConfiguration.getComposite(), - new Contribution(testConfiguration.getTestName(), getContributionURI())); - System.out.println("SCA Node API ClassLoader: " + node.getClass().getClassLoader()); - node.start(); - } // end method startContribution - - protected void stopContribution() throws Exception { - if (node != null) { - node.stop(); - } - - } // end method stopContribution - - protected String getContributionURI() { - String location = getContributionLocation(testConfiguration.getTestClass()); - return location; - } - - public static String getContributionLocation(final Class anchorClass) { - URL url = AccessController.doPrivileged(new PrivilegedAction() { - public URL run() { - return anchorClass.getProtectionDomain().getCodeSource().getLocation(); - } - }); - String uri = url.toString(); - return uri; - } - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0001"; - config.input = "request"; - config.output = config.testName + " " + config.input + " invoked ok"; - config.composite = "Test_ASM_0101.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0001_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class BaseTest diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/TestConfiguration.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/TestConfiguration.java deleted file mode 100644 index 6a2873b459..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/client/TestConfiguration.java +++ /dev/null @@ -1,27 +0,0 @@ -package client; - -/** - * A class to hold the metadata about the test - * @author MikeEdwards - * - */ -class TestConfiguration { - - public String testName; - public String input; - public String output; - public String composite; - public String testServiceName; - public Class testClass; //TODO - does the client need this?? - public Class serviceInterface; - - public TestConfiguration() { } - - public String getTestName() { return testName; } - public String getInput() { return input; } - public String getExpectedOutput() { return output; } - public String getComposite() { return composite; } - public String getTestServiceName() { return testServiceName; } - public Class getTestClass() { return testClass; } - public Class getServiceInterface() { return serviceInterface; } -} \ No newline at end of file diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/InvokeTest.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/InvokeTest.java deleted file mode 100644 index 00c8e562f8..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/InvokeTest.java +++ /dev/null @@ -1,82 +0,0 @@ -/* - * 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 testClient; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "arg0" -}) -@XmlRootElement(name = "invokeTest") -public class InvokeTest { - - @XmlElementRef(name = "arg0", type = JAXBElement.class) - protected JAXBElement arg0; - - /** - * Gets the value of the arg0 property. - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getArg0() { - return arg0; - } - - /** - * Sets the value of the arg0 property. - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setArg0(JAXBElement value) { - this.arg0 = ((JAXBElement ) value); - } - -} diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/InvokeTestResponse.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/InvokeTestResponse.java deleted file mode 100644 index 6b2fe7a950..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/InvokeTestResponse.java +++ /dev/null @@ -1,82 +0,0 @@ -/* - * 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 testClient; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlElementRef; -import javax.xml.bind.annotation.XmlRootElement; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for anonymous complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType>
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "", propOrder = { - "_return" -}) -@XmlRootElement(name = "invokeTestResponse") -public class InvokeTestResponse { - - @XmlElementRef(name = "return", type = JAXBElement.class) - protected JAXBElement _return; - - /** - * Gets the value of the return property. - * - * @return - * possible object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public JAXBElement getReturn() { - return _return; - } - - /** - * Sets the value of the return property. - * - * @param value - * allowed object is - * {@link JAXBElement }{@code <}{@link String }{@code >} - * - */ - public void setReturn(JAXBElement value) { - this._return = ((JAXBElement ) value); - } - -} diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/ObjectFactory.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/ObjectFactory.java deleted file mode 100644 index 4bde638058..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/ObjectFactory.java +++ /dev/null @@ -1,106 +0,0 @@ -/* - * 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 testClient; - -import javax.xml.bind.JAXBElement; -import javax.xml.bind.annotation.XmlElementDecl; -import javax.xml.bind.annotation.XmlRegistry; -import javax.xml.namespace.QName; - - -/** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the testClient package. - *

An ObjectFactory allows you to programatically - * construct new instances of the Java representation - * for XML content. The Java representation of XML - * content can consist of schema derived interfaces - * and classes representing the binding of schema - * type definitions, element declarations and model - * groups. Factory methods for each of these are - * provided in this class. - * - */ -@XmlRegistry -public class ObjectFactory { - - private final static QName _TestException_QNAME = new QName("http://test/", "TestException"); - private final static QName _InvokeTestArg0_QNAME = new QName("", "arg0"); - private final static QName _InvokeTestResponseReturn_QNAME = new QName("", "return"); - - /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: testClient - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link InvokeTest } - * - */ - public InvokeTest createInvokeTest() { - return new InvokeTest(); - } - - /** - * Create an instance of {@link InvokeTestResponse } - * - */ - public InvokeTestResponse createInvokeTestResponse() { - return new InvokeTestResponse(); - } - - /** - * Create an instance of {@link TestException } - * - */ - public TestException createTestException() { - return new TestException(); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link TestException }{@code >}} - * - */ - @XmlElementDecl(namespace = "http://test/", name = "TestException") - public JAXBElement createTestException(TestException value) { - return new JAXBElement(_TestException_QNAME, TestException.class, null, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "", name = "arg0", scope = InvokeTest.class) - public JAXBElement createInvokeTestArg0(String value) { - return new JAXBElement(_InvokeTestArg0_QNAME, String.class, InvokeTest.class, value); - } - - /** - * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}} - * - */ - @XmlElementDecl(namespace = "", name = "return", scope = InvokeTestResponse.class) - public JAXBElement createInvokeTestResponseReturn(String value) { - return new JAXBElement(_InvokeTestResponseReturn_QNAME, String.class, InvokeTestResponse.class, value); - } - -} diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt b/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt deleted file mode 100644 index bdb326df2a..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/README.txt +++ /dev/null @@ -1,19 +0,0 @@ -This README describes the JAX-WS client files for the SCA Assembly test invocation interface. - -The test invocation interface is in the TestInvocation.java interface file. -This is presented as a Web service by the SCA runtime, for invocation by a general Web service client. -The WSDL is captured in the file TestClient.wsdl in the resources directory for the testcases. - -The JAX-WS client files for invoking the Web service contained in TestClient.wsdl are contained in this -package. They are generated from the WSDL using the wsimport tool (a standard part of JDK 1.6.x): - -wsimport TestClient.wsdl -keep -p testClient - -"-keep" is used to ensure that the generated .java files are retained (otherwise all that is created are -the binary .class files). - -"-p testClient" is used to force the generated Java files to belong to the package "testClient" - this package -name is used to keep a clean separation between the client files and the test service files - - -Mike Edwards, 6th January 2009. \ No newline at end of file diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestException.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestException.java deleted file mode 100644 index 10272ec66d..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestException.java +++ /dev/null @@ -1,77 +0,0 @@ -/* - * 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 testClient; - -import javax.xml.bind.annotation.XmlAccessType; -import javax.xml.bind.annotation.XmlAccessorType; -import javax.xml.bind.annotation.XmlType; - - -/** - *

Java class for TestException complex type. - * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="TestException">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </sequence>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
- * - * - */ -@XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "TestException", propOrder = { - "message" -}) -public class TestException { - - protected String message; - - /** - * Gets the value of the message property. - * - * @return - * possible object is - * {@link String } - * - */ - public String getMessage() { - return message; - } - - /** - * Sets the value of the message property. - * - * @param value - * allowed object is - * {@link String } - * - */ - public void setMessage(String value) { - this.message = value; - } - -} diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestException_Exception.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestException_Exception.java deleted file mode 100644 index 949d1ec7c7..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestException_Exception.java +++ /dev/null @@ -1,71 +0,0 @@ -/* - * 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 testClient; - -import javax.xml.ws.WebFault; - - -/** - * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.1.1 in JDK 6 - * Generated source version: 2.1 - * - */ -@WebFault(name = "TestException", targetNamespace = "http://test/") -public class TestException_Exception - extends Exception -{ - - /** - * Java type that goes as soapenv:Fault detail element. - * - */ - private TestException faultInfo; - - /** - * - * @param message - * @param faultInfo - */ - public TestException_Exception(String message, TestException faultInfo) { - super(message); - this.faultInfo = faultInfo; - } - - /** - * - * @param message - * @param faultInfo - * @param cause - */ - public TestException_Exception(String message, TestException faultInfo, Throwable cause) { - super(message, cause); - this.faultInfo = faultInfo; - } - - /** - * - * @return - * returns fault bean: testClient.TestException - */ - public TestException getFaultInfo() { - return faultInfo; - } - -} diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestInvocation.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestInvocation.java deleted file mode 100644 index 783924d493..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestInvocation.java +++ /dev/null @@ -1,60 +0,0 @@ -/* - * 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 testClient; - -import javax.jws.WebMethod; -import javax.jws.WebParam; -import javax.jws.WebResult; -import javax.jws.WebService; -import javax.xml.bind.annotation.XmlSeeAlso; -import javax.xml.ws.RequestWrapper; -import javax.xml.ws.ResponseWrapper; - - -/** - * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.1.1 in JDK 6 - * Generated source version: 2.1 - * - */ -@WebService(name = "TestInvocation", targetNamespace = "http://test/") -@XmlSeeAlso({ - ObjectFactory.class -}) -public interface TestInvocation { - - - /** - * - * @param arg0 - * @return - * returns java.lang.String - * @throws TestException_Exception - */ - @WebMethod - @WebResult(targetNamespace = "") - @RequestWrapper(localName = "invokeTest", targetNamespace = "http://test/", className = "testClient.InvokeTest") - @ResponseWrapper(localName = "invokeTestResponse", targetNamespace = "http://test/", className = "testClient.InvokeTestResponse") - public String invokeTest( - @WebParam(name = "arg0", targetNamespace = "") - String arg0) - throws TestException_Exception - ; - -} diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestInvocationService.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestInvocationService.java deleted file mode 100644 index 6c7271e017..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/TestInvocationService.java +++ /dev/null @@ -1,83 +0,0 @@ -/* - * 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 testClient; - -import java.net.MalformedURLException; -import java.net.URL; -import javax.xml.namespace.QName; -import javax.xml.ws.Service; -import javax.xml.ws.WebEndpoint; -import javax.xml.ws.WebServiceClient; -import javax.xml.ws.WebServiceFeature; - - -/** - * This class was generated by the JAX-WS RI. - * JAX-WS RI 2.1.1 in JDK 6 - * Generated source version: 2.1 - * - */ -@WebServiceClient(name = "TestInvocationService", targetNamespace = "http://test/", wsdlLocation = "file:/C:/temp/Tuscany_2_0_Work/TestClient.wsdl") -public class TestInvocationService - extends Service -{ - - private final static URL TESTINVOCATIONSERVICE_WSDL_LOCATION; - - static { - URL url = null; - try { - url = new URL("file:/C:/temp/Tuscany_2_0_Work/TestClient.wsdl"); - } catch (MalformedURLException e) { - e.printStackTrace(); - } - TESTINVOCATIONSERVICE_WSDL_LOCATION = url; - } - - public TestInvocationService(URL wsdlLocation, QName serviceName) { - super(wsdlLocation, serviceName); - } - - public TestInvocationService() { - super(TESTINVOCATIONSERVICE_WSDL_LOCATION, new QName("http://test/", "TestInvocationService")); - } - - /** - * - * @return - * returns TestInvocation - */ - @WebEndpoint(name = "TestInvocationPort") - public TestInvocation getTestInvocationPort() { - return (TestInvocation)super.getPort(new QName("http://test/", "TestInvocationPort"), TestInvocation.class); - } - - /** - * - * @param features - * A list of {@link javax.xml.ws.WebServiceFeature} to configure on the proxy. Supported features not in the features parameter will have their default values. - * @return - * returns TestInvocation - */ - @WebEndpoint(name = "TestInvocationPort") - public TestInvocation getTestInvocationPort(WebServiceFeature... features) { - return (TestInvocation)super.getPort(new QName("http://test/", "TestInvocationPort"), TestInvocation.class, features); - } - -} diff --git a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/package-info.java b/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/package-info.java deleted file mode 100644 index 2dde15bdeb..0000000000 --- a/branches/sca-java-1.5/stest/sampleTest/src/test/java/testClient/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * 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. - */ -@javax.xml.bind.annotation.XmlSchema(namespace = "http://test/") -package testClient; -- cgit v1.2.3