summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jsonrpc-runtime
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite7
1 files changed, 5 insertions, 2 deletions
diff --git a/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite b/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite
index b76aa3f8cb..8d7a60b30f 100644
--- a/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite
+++ b/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite
@@ -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>