Author: slaws
Date: Fri May 16 00:49:52 2008
New Revision: 656956

URL: http://svn.apache.org/viewvc?rev=656956&view=rev
Log:
Change the reference/service binding URI in preparation for turning on Endpoint 
functions. The endpoint changes mean that bindings can have target names in the 
URI (as per the spec) and these URI are currently considered to be target names 
to make the distributed runtime work (needs discussion). In this particular 
case the binding policies don't match so the test would fail.

Modified:
    
incubator/tuscany/java/sca/itest/policy/src/main/resources/Calculator.composite

Modified: 
incubator/tuscany/java/sca/itest/policy/src/main/resources/Calculator.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/policy/src/main/resources/Calculator.composite?rev=656956&r1=656955&r2=656956&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/policy/src/main/resources/Calculator.composite 
(original)
+++ 
incubator/tuscany/java/sca/itest/policy/src/main/resources/Calculator.composite 
Fri May 16 00:49:52 2008
@@ -27,7 +27,7 @@
         <!-- reference name="addService" target="AddServiceComponent" /-->
         <reference name="addService">
             <interface.java interface="calculator.AddService" />
-            <binding.ws uri="http://localhost:8085/AddServiceComponent"; />
+            <binding.ws uri="http://localhost:8085/AddServiceComponentWS"; />
         </reference>
         <reference name="subtractService" target="SubtractServiceComponent" />
         <reference name="multiplyService" target="MultiplyServiceComponent" />
@@ -38,7 +38,7 @@
         <implementation.java class="calculator.AddServiceImpl" 
requires="ip:TestIntent_3" />
         <service name="AddService">
             <interface.java interface="calculator.AddService" />
-            <binding.ws uri="http://localhost:8085/AddServiceComponent"; />
+            <binding.ws uri="http://localhost:8085/AddServiceComponentWS"; />
             <binding.sca/>
         </service>
     </component>


Reply via email to