Author: jonesde
Date: Fri Oct 5 18:10:48 2007
New Revision: 582430
URL:
http://svn.apache.org/viewvc?rev=582430&view=revLog:
Increased timeout so that when there are lots of back-ordered reservations and it takes a while to process then it will have a better chance of success
Modified:
ofbiz/trunk/applications/product/servicedef/services_facility.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=582430&r1=582429&r2=582430&view=diff==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_facility.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_facility.xml Fri Oct 5 18:10:48 2007
@@ -118,8 +118,8 @@
<auto-attributes include="pk" mode="OUT" optional="false"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
</service>
- <service name="createPhysicalInventoryAndVariance" engine="simple"
- location="org/ofbiz/product/inventory/InventoryServices.xml" invoke="createPhysicalInventoryAndVariance" auth="true">
+ <service name="createPhysicalInventoryAndVariance" engine="simple" auth="true" transaction-timeout="600"
+ location="org/ofbiz/product/inventory/InventoryServices.xml" invoke="createPhysicalInventoryAndVariance">
<description>Create a PhysicalInventory and an InventoryItemVariance</description>
<auto-attributes entity-name="InventoryItemVariance" include="pk" mode="IN" optional="false"/>
<auto-attributes entity-name="PhysicalInventory" include="nonpk" mode="IN" optional="true"/>