Author: lresende
Date: Wed May 20 07:32:31 2009
New Revision: 776603
URL: http://svn.apache.org/viewvc?rev=776603&view=rev
Log:
Reverting changes as this would make sample stop working due to TUSCANY-3042
Modified:
tuscany/branches/sca-java-1.x/samples/store/src/main/resources/store.composite
Modified:
tuscany/branches/sca-java-1.x/samples/store/src/main/resources/store.composite
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/store/src/main/resources/store.composite?rev=776603&r1=776602&r2=776603&view=diff
==============================================================================
---
tuscany/branches/sca-java-1.x/samples/store/src/main/resources/store.composite
(original)
+++
tuscany/branches/sca-java-1.x/samples/store/src/main/resources/store.composite
Wed May 20 07:32:31 2009
@@ -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>