summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/stest/sampleTest/src/test
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-19 13:58:04 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-19 13:58:04 +0000
commit0fe8f9530789d0d1310d2bac4eeb45313f9aa82d (patch)
treefcbfc609e8ab65c5512f161adb692f9b2712b82d /branches/sca-java-1.x/stest/sampleTest/src/test
parent8dd24acf4d472b50bd242aa167521f095d855caf (diff)
copy stest framework from 2.x to consider potentially reusing in 1.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@735692 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/stest/sampleTest/src/test')
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java43
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java44
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java43
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java44
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java45
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java45
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java46
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java45
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java47
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java46
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java48
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java46
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java46
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java46
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java46
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java47
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java47
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java46
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java47
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java47
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java45
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java47
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java68
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/BaseTestCase.java159
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/client/TestConfiguration.java27
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/InvokeTest.java82
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/InvokeTestResponse.java82
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/ObjectFactory.java106
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/README.txt19
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestException.java77
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestException_Exception.java71
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestInvocation.java60
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestInvocationService.java83
-rw-r--r--branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/package-info.java20
34 files changed, 1860 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java
new file mode 100644
index 0000000000..1d3a7040d5
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * ASM_0002_TestCase
+ */
+public class ASM_0002_TestCase extends BaseJAXWSTestCase {
+
+
+ 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.x/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java
new file mode 100644
index 0000000000..930200009e
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java
@@ -0,0 +1,44 @@
+/*
+ * 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.x/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java
new file mode 100644
index 0000000000..84ab959a67
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java
@@ -0,0 +1,43 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package 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 = "exception";
+ 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_0003
diff --git a/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java
new file mode 100644
index 0000000000..e77a9b13f0
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java
@@ -0,0 +1,44 @@
+/*
+ * 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 <service/>
+ * 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.x/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java
new file mode 100644
index 0000000000..822fba7d78
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0006_TestCase, which checks that the @name attribute of a <service/>
+ * element of a <component/> matches the @name attribute of a <service/> element of the
+ * componentType of the <implementation/> used by the <component/>
+ */
+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.x/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java
new file mode 100644
index 0000000000..220dfc992d
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0007_TestCase, which tests that the @name attribute of a <reference/>
+ * element of a component is not equal to the @name attribute of any other <reference/>
+ * 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.x/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java
new file mode 100644
index 0000000000..4df69020a0
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java
@@ -0,0 +1,46 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0008_TestCase, which Tests that the @name attribute of a
+ * <reference/> element of a component is equal to the @name attribute of a
+ * <reference/> element of the <componentType/> of the <implementation/> of
+ * the <component/>
+ */
+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.x/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java
new file mode 100644
index 0000000000..2bbcc04465
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0009_TestCase, which tests that the @name attribute of a
+ * <component/> element in a <composite/> is not the same as the @name
+ * attribute of a second component in the same <composite/>
+ */
+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.x/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java
new file mode 100644
index 0000000000..274c39347f
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0009_TestCase, which tests that the interface specified
+ * by the <interface/> child element of a <service/> element is a compatible
+ * subset of the interface declared for the <service/> element with the
+ * same @name attribute in the <componentType/> of the <implementation/>
+ * of the <component/> parent of the <service/>
+ */
+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.x/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java
new file mode 100644
index 0000000000..7a503fb459
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java
@@ -0,0 +1,46 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0011_TestCase, which tests that the the multiplicity
+ * of a <reference/> element of a <component/> can be 1..1 where the
+ * multiplicity of the equivalent <reference/> element in the
+ * <componentType/> of the <implementation/> of the <component/> 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.x/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java
new file mode 100644
index 0000000000..228d1810e0
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java
@@ -0,0 +1,48 @@
+/*
+ * 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 <reference/> element of a <component/> can be any one of 0..1,
+ * 1..1, 0..n, 1..n where the multiplicity of the equivalent <reference/>
+ * element in the <componentType/> of the <implementation/> of the
+ * <component/> 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.x/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java
new file mode 100644
index 0000000000..a02ca18184
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java
@@ -0,0 +1,46 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0013_TestCase, which tests that the the multiplicity
+ * of a <reference/> element of a <component/> is 1..1 where the
+ * multiplicity of the equivalent <reference/> element in the
+ * <componentType/> of the <implementation/> of the <component/> 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.x/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java
new file mode 100644
index 0000000000..c4960925f9
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java
@@ -0,0 +1,46 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0014_TestCase, which tests that the multiplicity of a
+ * <reference/> element of a <component/> is 0..n where the multiplicity
+ * of the equivalent <reference/> element in the <componentType/> of the
+ * <implementation/> of the <component/> 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.x/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java
new file mode 100644
index 0000000000..c9c7c2ba1c
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java
@@ -0,0 +1,46 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0015_TestCase, which tests that the the multiplicity
+ * of a <reference/> element of a <component/> is 1..1 where the
+ * multiplicity of the equivalent <reference/> element in the
+ * <componentType/> of the <implementation/> of the <component/> 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.x/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java
new file mode 100644
index 0000000000..e9817a069b
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java
@@ -0,0 +1,46 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0016_TestCase, which tests that the interface declared
+ * by the <interface/> child element of a <reference/> of a <component/>
+ * is a compatible superset of the interface declared on the corresponding
+ * <reference/> of the componentType of the <implementation/> of the <component/>
+ */
+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.x/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java
new file mode 100644
index 0000000000..735a9bfc38
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0017_TestCase, which tests that where a <reference/>
+ * of a <component/> has no <binding/> child element, but the
+ * corresponding <reference/> element in the componentType does have
+ * a binding child element, the <binding/> 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.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java
new file mode 100644
index 0000000000..6c978dff9a
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0018_TestCase, which tests that where a <reference/>
+ * of a <component/> has a <binding/> child element and the
+ * corresponding <reference/> element in the componentType has
+ * a binding child element, the <binding/> from the <reference/> 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 Test_ASM_0003
diff --git a/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java
new file mode 100644
index 0000000000..c1cc0d6b0f
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java
@@ -0,0 +1,46 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0018_TestCase, which tests that where a <reference/>
+ * of a <component/> 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.x/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java
new file mode 100644
index 0000000000..12dce46975
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0020_TestCase, which tests that where a <reference/>
+ * of a <component/> has @autowire=true and where there is also a single
+ * <wire/> element which as that <reference/> as its source that the
+ * reference is wired only to the single service identified by the
+ * <wire/> 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.x/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java
new file mode 100644
index 0000000000..286e21b1d4
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0021_TestCase, which tests that where a <reference/>
+ * of a <component/> has @autowire=true and where the <reference/> has
+ * a <binding/> child element which declares a single target service,
+ * the reference is wired only to the single service identified by the
+ * <wire/> 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.x/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java
new file mode 100644
index 0000000000..a39b674b97
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0022_TestCase, which tests that where a <component/>
+ * <reference/> 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.x/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java
new file mode 100644
index 0000000000..172cb74554
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java
@@ -0,0 +1,47 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package client;
+
+
+import test.ASM_0002_Client;
+import testClient.TestInvocation;
+
+/**
+ * Client for ASM_0021_TestCase, which tests that where a <component/>
+ * <reference/> with multiplicity=1..1 is wired to a component service
+ * in the same composite and is also promoted by a <composite/> <reference/>
+ * which is wired to a target service by a component using the <composite/>
+ * 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.x/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java
new file mode 100644
index 0000000000..1904c02359
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java
@@ -0,0 +1,68 @@
+/*
+ * 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.x/stest/sampleTest/src/test/java/client/BaseTestCase.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/BaseTestCase.java
new file mode 100644
index 0000000000..95bfade555
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/BaseTestCase.java
@@ -0,0 +1,159 @@
+/*
+ * 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.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() );
+ 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> T getService( Class<T> 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<URL>() {
+ 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.x/stest/sampleTest/src/test/java/client/TestConfiguration.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/TestConfiguration.java
new file mode 100644
index 0000000000..6a2873b459
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/client/TestConfiguration.java
@@ -0,0 +1,27 @@
+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.x/stest/sampleTest/src/test/java/testClient/InvokeTest.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/InvokeTest.java
new file mode 100644
index 0000000000..00c8e562f8
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/InvokeTest.java
@@ -0,0 +1,82 @@
+/*
+ * 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;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * &lt;complexType>
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "arg0"
+})
+@XmlRootElement(name = "invokeTest")
+public class InvokeTest {
+
+ @XmlElementRef(name = "arg0", type = JAXBElement.class)
+ protected JAXBElement<String> arg0;
+
+ /**
+ * Gets the value of the arg0 property.
+ *
+ * @return
+ * possible object is
+ * {@link JAXBElement }{@code <}{@link String }{@code >}
+ *
+ */
+ public JAXBElement<String> 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<String> value) {
+ this.arg0 = ((JAXBElement<String> ) value);
+ }
+
+}
diff --git a/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/InvokeTestResponse.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/InvokeTestResponse.java
new file mode 100644
index 0000000000..6b2fe7a950
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/InvokeTestResponse.java
@@ -0,0 +1,82 @@
+/*
+ * 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;
+
+
+/**
+ * <p>Java class for anonymous complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * &lt;complexType>
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@XmlAccessorType(XmlAccessType.FIELD)
+@XmlType(name = "", propOrder = {
+ "_return"
+})
+@XmlRootElement(name = "invokeTestResponse")
+public class InvokeTestResponse {
+
+ @XmlElementRef(name = "return", type = JAXBElement.class)
+ protected JAXBElement<String> _return;
+
+ /**
+ * Gets the value of the return property.
+ *
+ * @return
+ * possible object is
+ * {@link JAXBElement }{@code <}{@link String }{@code >}
+ *
+ */
+ public JAXBElement<String> 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<String> value) {
+ this._return = ((JAXBElement<String> ) value);
+ }
+
+}
diff --git a/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/ObjectFactory.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/ObjectFactory.java
new file mode 100644
index 0000000000..4bde638058
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/ObjectFactory.java
@@ -0,0 +1,106 @@
+/*
+ * 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.
+ * <p>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<TestException> createTestException(TestException value) {
+ return new JAXBElement<TestException>(_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<String> createInvokeTestArg0(String value) {
+ return new JAXBElement<String>(_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<String> createInvokeTestResponseReturn(String value) {
+ return new JAXBElement<String>(_InvokeTestResponseReturn_QNAME, String.class, InvokeTestResponse.class, value);
+ }
+
+}
diff --git a/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/README.txt b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/README.txt
new file mode 100644
index 0000000000..bdb326df2a
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/README.txt
@@ -0,0 +1,19 @@
+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.x/stest/sampleTest/src/test/java/testClient/TestException.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestException.java
new file mode 100644
index 0000000000..10272ec66d
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestException.java
@@ -0,0 +1,77 @@
+/*
+ * 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;
+
+
+/**
+ * <p>Java class for TestException complex type.
+ *
+ * <p>The following schema fragment specifies the expected content contained within this class.
+ *
+ * <pre>
+ * &lt;complexType name="TestException">
+ * &lt;complexContent>
+ * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * &lt;sequence>
+ * &lt;element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
+ * &lt;/sequence>
+ * &lt;/restriction>
+ * &lt;/complexContent>
+ * &lt;/complexType>
+ * </pre>
+ *
+ *
+ */
+@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.x/stest/sampleTest/src/test/java/testClient/TestException_Exception.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestException_Exception.java
new file mode 100644
index 0000000000..949d1ec7c7
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestException_Exception.java
@@ -0,0 +1,71 @@
+/*
+ * 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.x/stest/sampleTest/src/test/java/testClient/TestInvocation.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestInvocation.java
new file mode 100644
index 0000000000..783924d493
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestInvocation.java
@@ -0,0 +1,60 @@
+/*
+ * 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.x/stest/sampleTest/src/test/java/testClient/TestInvocationService.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestInvocationService.java
new file mode 100644
index 0000000000..6c7271e017
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/TestInvocationService.java
@@ -0,0 +1,83 @@
+/*
+ * 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 <code>features</code> 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.x/stest/sampleTest/src/test/java/testClient/package-info.java b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/package-info.java
new file mode 100644
index 0000000000..2dde15bdeb
--- /dev/null
+++ b/branches/sca-java-1.x/stest/sampleTest/src/test/java/testClient/package-info.java
@@ -0,0 +1,20 @@
+/*
+ * 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;