Author: jacopoc
Date: Tue Apr 15 01:27:37 2008
New Revision: 648170

URL: http://svn.apache.org/viewvc?rev=648170&view=rev
Log:
Increased timeout (temp fix) to avoid errors when there are a lot of inventory 
item details.

Modified:
    
ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml

Modified: 
ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml?rev=648170&r1=648169&r2=648170&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml 
(original)
+++ 
ofbiz/trunk/applications/manufacturing/servicedef/services_production_run.xml 
Tue Apr 15 01:27:37 2008
@@ -180,7 +180,7 @@
         <attribute name="quantityIssued" type="Double" mode="OUT" 
optional="false"/>
         <attribute name="finishedProductId" type="String" mode="OUT" 
optional="false"/>
     </service>
-    <service name="productionRunProduce" engine="java"
+    <service name="productionRunProduce" engine="java" 
transaction-timeout="7200"
             
location="org.ofbiz.manufacturing.jobshopmgt.ProductionRunServices" 
invoke="productionRunProduce" auth="true">
         <description>
             Create Inventory for product produced by a Production Run.


Reply via email to