summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store-webapp
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
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 'sca-java-2.x/trunk/samples/store-webapp')
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/pom.xml10
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/src/main/resources/store.composite7
2 files changed, 2 insertions, 15 deletions
diff --git a/sca-java-2.x/trunk/samples/store-webapp/pom.xml b/sca-java-2.x/trunk/samples/store-webapp/pom.xml
index ea3c6af17f..5da7280c7e 100644
--- a/sca-java-2.x/trunk/samples/store-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/store-webapp/pom.xml
@@ -84,15 +84,7 @@
<version>2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
-
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-http-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
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>