Author: sichen
Date: Fri Mar 30 22:03:53 2007
New Revision: 524372
URL:
http://svn.apache.org/viewvc?view=rev&rev=524372Log:
set long time out for initlowlevelcode service
Modified:
ofbiz/trunk/applications/manufacturing/servicedef/services_bom.xml
Modified: ofbiz/trunk/applications/manufacturing/servicedef/services_bom.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/servicedef/services_bom.xml?view=diff&rev=524372&r1=524371&r2=524372==============================================================================
--- ofbiz/trunk/applications/manufacturing/servicedef/services_bom.xml (original)
+++ ofbiz/trunk/applications/manufacturing/servicedef/services_bom.xml Fri Mar 30 22:03:53 2007
@@ -89,7 +89,7 @@
</service>
<service name="initLowLevelCode" engine="java"
- location="org.ofbiz.manufacturing.bom.BOMServices" invoke="initLowLevelCode">
+ location="org.ofbiz.manufacturing.bom.BOMServices" invoke="initLowLevelCode" transaction-timeout="7200">
<description>Updates the low level code of all the products in the Product entity</description>
</service>