svn commit: r536949 - /ofbiz/trunk/applications/product/servicedef/services_shipment.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r536949 - /ofbiz/trunk/applications/product/servicedef/services_shipment.xml

sichen
Author: sichen
Date: Thu May 10 10:44:45 2007
New Revision: 536949

URL: http://svn.apache.org/viewvc?view=rev&rev=536949
Log:
Change timeout of quick ship to 10 minutes in case there are large orders

Modified:
    ofbiz/trunk/applications/product/servicedef/services_shipment.xml

Modified: ofbiz/trunk/applications/product/servicedef/services_shipment.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_shipment.xml?view=diff&rev=536949&r1=536948&r2=536949
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_shipment.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_shipment.xml Thu May 10 10:44:45 2007
@@ -61,7 +61,7 @@
     </service>
 
     <service name="quickShipEntireOrder" engine="simple"
-            location="org/ofbiz/shipment/shipment/ShipmentServices.xml" invoke="quickShipEntireOrder" auth="true">
+            location="org/ofbiz/shipment/shipment/ShipmentServices.xml" invoke="quickShipEntireOrder" auth="true" transaction-timeout="600">
         <description>Quick Ships An Entire Order Creating One Shipment Per Facility and Ship Group.  All approved order items are
           automatically issued in full and put into one package.  The shipment is created in the INPUT status and then updated to
           PACKED and SHIPPED.