summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite')
-rw-r--r--sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite9
1 files changed, 3 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite b/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite
index f018751670..bb60f96a7a 100644
--- a/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite
+++ b/sca-java-2.x/trunk/samples/applications/store/src/main/resources/store.composite
@@ -23,13 +23,10 @@
name="store">
<component name="Store">
- <tuscany:implementation.widget location="uiservices/store.html"/>
- <service name="Widget">
- <tuscany:binding.rest uri="/store"/>
- </service>
+ <tuscany:implementation.widget location="uiservices/store.html" widgetUri="/store"/>
<reference name="catalog" target="Catalog"/>
- <reference name="shoppingCart" target="ShoppingCart/Cart"/>
- <reference name="shoppingTotal" target="ShoppingCart/Total"/>
+ <reference name="shoppingCart" target="ShoppingCart/Cart"/>
+ <reference name="shoppingTotal" target="ShoppingCart/Total"/>
</component>
<component name="Catalog">