You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2006/11/16 20:29:12 UTC

svn commit: r475889 - /incubator/ofbiz/trunk/applications/product/servicedef/services_maint.xml

Author: sichen
Date: Thu Nov 16 11:29:11 2006
New Revision: 475889

URL: http://svn.apache.org/viewvc?view=rev&rev=475889
Log:
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"/>