summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/samples/store/src/main/resources/store.composite12
1 files changed, 3 insertions, 9 deletions
diff --git a/java/sca/samples/store/src/main/resources/store.composite b/java/sca/samples/store/src/main/resources/store.composite
index 89ac474db1..e8f4715f74 100644
--- a/java/sca/samples/store/src/main/resources/store.composite
+++ b/java/sca/samples/store/src/main/resources/store.composite
@@ -27,15 +27,9 @@
<service name="Widget">
<tuscany:binding.http uri="/store"/>
</service>
- <reference name="catalog" target="Catalog">
- <tuscany:binding.jsonrpc/>
- </reference>
- <reference name="shoppingCart" target="ShoppingCart/Cart">
- <tuscany:binding.atom/>
- </reference>
- <reference name="shoppingTotal" target="ShoppingCart/Total">
- <tuscany:binding.jsonrpc/>
- </reference>
+ <reference name="catalog" target="Catalog"/>
+ <reference name="shoppingCart" target="ShoppingCart/Cart"/>
+ <reference name="shoppingTotal" target="ShoppingCart/Total"/>
</component>
<component name="Catalog">