Author: jonesde
Date: Thu Sep 13 12:15:33 2007
New Revision: 575407
URL:
http://svn.apache.org/viewvc?rev=575407&view=revLog:
Increased timeout for these services to handle larger backorder situations
Modified:
ofbiz/trunk/applications/product/servicedef/services_facility.xml
ofbiz/trunk/applications/product/servicedef/services_shipment.xml
Modified: ofbiz/trunk/applications/product/servicedef/services_facility.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_facility.xml?rev=575407&r1=575406&r2=575407&view=diff==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_facility.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_facility.xml Thu Sep 13 12:15:33 2007
@@ -224,7 +224,7 @@
<!-- this service has no parameters IN or OUT -->
</service>
- <service name="balanceInventoryItems" engine="simple"
+ <service name="balanceInventoryItems" engine="simple" transaction-timeout="600"
location="org/ofbiz/product/inventory/InventoryServices.xml" invoke="balanceInventoryItems" auth="true">
<description>Balance inventory items based on the new item specified which will have available inventory that back-order (negative ATP) reservations can be reassigned to.</description>
<attribute name="inventoryItemId" type="String" mode="IN" optional="false"/>
Modified: ofbiz/trunk/applications/product/servicedef/services_shipment.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_shipment.xml?rev=575407&r1=575406&r2=575407&view=diff==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_shipment.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_shipment.xml Thu Sep 13 12:15:33 2007
@@ -532,7 +532,7 @@
<attribute name="shipmentId" type="String" mode="IN" optional="false"/>
</service>
- <service name="receiveInventoryProduct" engine="simple"
+ <service name="receiveInventoryProduct" engine="simple" transaction-timeout="600"
location="org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml" invoke="receiveInventoryProduct" auth="true">
<description>Receive Inventory In Warehouse</description>
<auto-attributes entity-name="InventoryItem" include="nonpk" mode="IN" optional="true">