summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/exceptions/src/main/resources/ExceptionTest.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/exceptions/src/main/resources/ExceptionTest.composite')
-rw-r--r--sca-java-2.x/trunk/testing/itest/exceptions/src/main/resources/ExceptionTest.composite14
1 files changed, 14 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/exceptions/src/main/resources/ExceptionTest.composite b/sca-java-2.x/trunk/testing/itest/exceptions/src/main/resources/ExceptionTest.composite
index b8a8b01e8b..d5ce88d041 100644
--- a/sca-java-2.x/trunk/testing/itest/exceptions/src/main/resources/ExceptionTest.composite
+++ b/sca-java-2.x/trunk/testing/itest/exceptions/src/main/resources/ExceptionTest.composite
@@ -36,6 +36,20 @@
<component name="exceptionThrowerRemote">
<implementation.java class="org.apache.tuscany.sca.test.exceptions.impl.ExceptionRemoteThrowerImpl" />
</component>
+
+ <component name="mainRemoteWS">
+ <implementation.java class="org.apache.tuscany.sca.test.exceptions.impl.RemoteWSExceptionHandlerImpl" />
+ <reference name="exceptionThrower" target="exceptionThrowerRemoteWS/ExceptionRemoteThrower" />
+ <reference name="exceptionThrowerDuff">
+ <binding.ws uri="http://localhost:9086/ADuffURL"/>
+ </reference>
+ </component>
+ <component name="exceptionThrowerRemoteWS">
+ <implementation.java class="org.apache.tuscany.sca.test.exceptions.impl.ExceptionRemoteThrowerImpl" />
+ <service name="ExceptionRemoteThrower">
+ <binding.ws/>
+ </service>
+ </component>
</composite>