summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-06-17 14:27:48 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-06-17 14:27:48 +0000
commitb4387b667592fb09f2797f14ed707ba1d6dddba1 (patch)
tree561d1e76d39d0c1625a14c29a947f690b9bbb6af /sca-java-2.x/trunk
parente8816397341f1784dcc8136f4da5424791c8b58f (diff)
TUSCANY-3593 - Modify the base callback test so that it uses the most minimal configuration. The forwardspec contribution now tests the case where forward bindings are included on service and reference side.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955611 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite4
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite
index 2335192875..cb257d22dd 100644
--- a/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite
+++ b/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite
@@ -30,9 +30,7 @@
<reference name="helloWorldExternal">
<binding.ws uri="http://localhost:8086/External/HelloWorld"/>
</reference>
- <reference name="helloWorldCallbackService">
- <binding.ws uri="http://localhost:8085/HelloWorldService/HelloWorldCallbackService"/>
- </reference>
+ <reference name="helloWorldCallbackService" target="HelloWorldCallbackService"/>
</component>
<component name="HelloWorldCallbackService">