Author: sichen
Date: Thu May 10 10:44:01 2007
New Revision: 536948
URL:
http://svn.apache.org/viewvc?view=rev&rev=536948Log:
Change timeout of quick ship to 10 minutes in case there are large orders
Modified:
ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml
Modified: ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml?view=diff&rev=536948&r1=536947&r2=536948==============================================================================
--- ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml (original)
+++ ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml Thu May 10 10:44:01 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.