summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-02 16:44:46 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-02 16:44:46 +0000
commit8370c98067a0d4e202a083452f4584433d9606a6 (patch)
treef50ec21acdcd82f2bec2ab87156c666dd9d06e0b /java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite
parent244dc9f0729e4b7b5e6e3aa60db73d11b862a18d (diff)
Workaround for endpoint issue that is not processing bindings from promoted services
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821087 13f79535-47bb-0310-9956-ffa450edef68
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>