You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/04/24 10:13:58 UTC

svn commit: r651193 - /ofbiz/trunk/applications/order/servicedef/services_cart.xml

Author: jacopoc
Date: Thu Apr 24 01:13:52 2008
New Revision: 651193

URL: http://svn.apache.org/viewvc?rev=651193&view=rev
Log:
Following discussion on the dev list, reverted commit done by Si Chen with rev. 646132: transactions ARE important for reading as well as writing, and should pretty much always be used.

Modified:
    ofbiz/trunk/applications/order/servicedef/services_cart.xml

Modified: ofbiz/trunk/applications/order/servicedef/services_cart.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_cart.xml?rev=651193&r1=651192&r2=651193&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services_cart.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services_cart.xml Thu Apr 24 01:13:52 2008
@@ -103,7 +103,7 @@
     </service>
 
     <service name="loadCartFromQuote" engine="java" auth="true"
-            location="org.ofbiz.order.shoppingcart.ShoppingCartServices" invoke="loadCartFromQuote" use-transaction="false">
+            location="org.ofbiz.order.shoppingcart.ShoppingCartServices" invoke="loadCartFromQuote">
         <description>Create a ShoppingCart Object based on an existing quote. If applyQuoteAdjustments is set to false then standard cart adjustments are generated.</description>
         <attribute name="quoteId" type="String" mode="IN" optional="false"/>
         <attribute name="applyQuoteAdjustments" type="String" mode="IN" optional="true"/>