Author: lresende
Date: Fri Oct  2 16:44:46 2009
New Revision: 821087

URL: http://svn.apache.org/viewvc?rev=821087&view=rev
Log:
Workaround for endpoint issue that is not processing bindings from promoted 
services

Modified:
    
tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite

Modified: 
tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite?rev=821087&r1=821086&r2=821087&view=diff
==============================================================================
--- 
tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite
 (original)
+++ 
tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite
 Fri Oct  2 16:44:46 2009
@@ -23,13 +23,16 @@
        xmlns:jsonrpc="http://jsonrpc";
        name="JSONRPCBinding">
 
-    <service name="EchoService" promote="EchoComponent">
+    <!--service name="EchoService" promote="EchoComponent">
         <interface.java interface="echo.Echo"/>
         <tuscany:binding.jsonrpc 
uri="http://localhost:8085/SCADomain/EchoService"/>
-    </service>
+    </service -->
 
     <component name="EchoComponent">
         <implementation.java class="echo.EchoComponentImpl"/>
+        <service name="Echo">
+            <tuscany:binding.jsonrpc 
uri="http://localhost:8085/SCADomain/EchoService"/>
+        </service>
     </component>
     
 </composite>


Reply via email to