Author: sichen
Date: Thu Nov 16 11:29:11 2006
New Revision: 475889
URL:
http://svn.apache.org/viewvc?view=rev&rev=475889Log:
Made the transaction timeout for copyProductCategoryMember service 10 minutes. Thanks to Ray Barlow. OFBIZ-464
Modified:
incubator/ofbiz/trunk/applications/product/servicedef/services_maint.xml
Modified: incubator/ofbiz/trunk/applications/product/servicedef/services_maint.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/servicedef/services_maint.xml?view=diff&rev=475889&r1=475888&r2=475889==============================================================================
--- incubator/ofbiz/trunk/applications/product/servicedef/services_maint.xml (original)
+++ incubator/ofbiz/trunk/applications/product/servicedef/services_maint.xml Thu Nov 16 11:29:11 2006
@@ -23,7 +23,7 @@
<version>1.0</version>
<!-- Product Category Maintenance Services -->
- <service name="copyCategoryProductMembers" engine="simple"
+ <service name="copyCategoryProductMembers" engine="simple" transaction-timeout="600"
location="org/ofbiz/product/category/CategoryServices.xml" invoke="copyCategoryProductMembers" auth="true">
<description>Copy Product Members from one Category to Another, optionally filtering by the given valid date (otherwise no date filtering done), and optionally recursing (if recurse=Y) down the from category</description>
<attribute name="productCategoryId" type="String" mode="IN" optional="false"/>