summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/store/src/main/resources/store.composite
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 07:32:31 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 07:32:31 +0000
commit893d944030008000510fc19b6e30640e4b9066b4 (patch)
tree64651d2684b6705296c3a97e6cb4c0b715455c95 /branches/sca-java-1.x/samples/store/src/main/resources/store.composite
parentdcabb3cb1762b15ac06abb04e7134dd58010f82d (diff)
Reverting changes as this would make sample stop working due to TUSCANY-3042
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/samples/store/src/main/resources/store.composite20
1 files changed, 4 insertions, 16 deletions
diff --git a/branches/sca-java-1.x/samples/store/src/main/resources/store.composite b/branches/sca-java-1.x/samples/store/src/main/resources/store.composite
index c60b6a1f76..571678839d 100644
--- a/branches/sca-java-1.x/samples/store/src/main/resources/store.composite
+++ b/branches/sca-java-1.x/samples/store/src/main/resources/store.composite
@@ -28,19 +28,13 @@
<t:binding.http uri="/store"/>
</service>
<reference name="catalog" target="Catalog">
- <t:binding.http>
- <t:wireFormat.jsonrpc/>
- <t:operationSelector.jsonrpc/>
- </t:binding.http>
+ <t:binding.jsonrpc/>
</reference>
<reference name="shoppingCart" target="ShoppingCart/Cart">
<t:binding.atom/>
</reference>
<reference name="shoppingTotal" target="ShoppingCart/Total">
- <t:binding.http>
- <t:wireFormat.jsonrpc/>
- <t:operationSelector.jsonrpc/>
- </t:binding.http>
+ <t:binding.jsonrpc/>
</reference>
</component>
@@ -48,10 +42,7 @@
<implementation.java class="services.FruitsCatalogImpl"/>
<property name="currencyCode">USD</property>
<service name="Catalog">
- <t:binding.http>
- <t:wireFormat.jsonrpc/>
- <t:operationSelector.jsonrpc/>
- </t:binding.http>
+ <t:binding.jsonrpc/>
</service>
<reference name="currencyConverter" target="CurrencyConverter"/>
</component>
@@ -62,10 +53,7 @@
<t:binding.atom uri="/ShoppingCart/Cart"/>
</service>
<service name="Total">
- <t:binding.http>
- <t:wireFormat.jsonrpc/>
- <t:operationSelector.jsonrpc/>
- </t:binding.http>
+ <t:binding.jsonrpc/>
</service>
</component>