summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store-webapp/src/main/resources/store.composite
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-26 00:58:07 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-26 00:58:07 +0000
commitf7a2a98e39611d2a9542711b0fca83b52eba07ec (patch)
treefcf94583cb88dcc58bb2c785f1b7ec62dfdadf62 /sca-java-2.x/trunk/samples/store-webapp/src/main/resources/store.composite
parentf02b13b25c01e312ce106ef8c0571fc8858cf4b9 (diff)
Fixing up binding uris
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916517 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/src/main/resources/store.composite7
1 files changed, 1 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/samples/store-webapp/src/main/resources/store.composite b/sca-java-2.x/trunk/samples/store-webapp/src/main/resources/store.composite
index 6bdcab4749..54760bd5b5 100644
--- a/sca-java-2.x/trunk/samples/store-webapp/src/main/resources/store.composite
+++ b/sca-java-2.x/trunk/samples/store-webapp/src/main/resources/store.composite
@@ -24,15 +24,10 @@
<component name="Store">
<tuscany:implementation.widget location="store.html"/>
- <service name="Widget">
- <tuscany:binding.http uri="/store"/>
- </service>
<reference name="catalog" target="Catalog"/>
<reference name="shoppingCart" target="ShoppingCart/Cart"/>
<reference name="shoppingTotal" target="ShoppingCart/Total"/>
</component>
-
-
<component name="Catalog">
<implementation.java class="services.FruitsCatalogImpl"/>
@@ -49,7 +44,7 @@
<tuscany:binding.atom uri="/ShoppingCart/Cart"/>
</service>
<service name="Total">
- <tuscany:binding.jsonrpc uri="ShoppingCart/Total"/>
+ <tuscany:binding.jsonrpc uri="/ShoppingCart/Total"/>
</service>
</component>