Author: slaws
Date: Thu Jun 17 14:27:48 2010
New Revision: 955611
URL: http://svn.apache.org/viewvc?rev=955611&view=rev
Log:
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.
Modified:
tuscany/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite
Modified:
tuscany/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite?rev=955611&r1=955610&r2=955611&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite
(original)
+++
tuscany/sca-java-2.x/trunk/itest/ws/contribution-callback/src/main/resources/helloworld.composite
Thu Jun 17 14:27:48 2010
@@ -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">