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>2008-08-02 01:10:19 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-08-02 01:10:19 +0000
commitb4815bb289ada5717bdd07640bbdba574e9c9bba (patch)
tree1f2f1297d4d96f573feef37f77c515d1ef07413e /java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite
parenta5c30b07ef8a6a220532598f68b6d3b6362eb4a2 (diff)
Small refactoring on the jsonRPC tests artifacts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681925 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite4
1 files changed, 2 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 491b42c69c..978fdcfa7f 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
@@ -24,12 +24,12 @@
name="JSONRPCBinding">
<service name="EchoService" promote="EchoComponent">
- <interface.java interface="org.apache.tuscany.sca.binding.jsonrpc.Echo"/>
+ <interface.java interface="echo.Echo"/>
<tuscany:binding.jsonrpc uri="http://localhost:8085/SCADomain/EchoService"/>
</service>
<component name="EchoComponent">
- <implementation.java class="org.apache.tuscany.sca.binding.jsonrpc.EchoComponentImpl"/>
+ <implementation.java class="echo.EchoComponentImpl"/>
</component>
</composite>