You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2008/01/22 06:07:44 UTC

svn commit: r614119 - /ofbiz/trunk/applications/order/servicedef/services.xml

Author: sichen
Date: Mon Jan 21 21:07:44 2008
New Revision: 614119

URL: http://svn.apache.org/viewvc?rev=614119&view=rev
Log:
increase transaction timeout for canceling orders

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

Modified: ofbiz/trunk/applications/order/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services.xml?rev=614119&r1=614118&r2=614119&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services.xml Mon Jan 21 21:07:44 2008
@@ -271,7 +271,7 @@
         <attribute name="changeReason" type="String" mode="IN" optional="true"/>
     </service>
 
-    <service name="cancelOrderItem" engine="java" auth="true"
+    <service name="cancelOrderItem" engine="java" auth="true" transaction-timeout="3000"
             location="org.ofbiz.order.order.OrderServices" invoke="cancelOrderItem">
         <description>Cancel an Order Item Quantity</description>
         <attribute name="orderId" type="String" mode="IN" optional="false"/>