svn commit: r590518 - /ofbiz/branches/release4.0/applications/product/servicedef/services_picklist.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r590518 - /ofbiz/branches/release4.0/applications/product/servicedef/services_picklist.xml

sichen
Author: sichen
Date: Tue Oct 30 16:56:08 2007
New Revision: 590518

URL: http://svn.apache.org/viewvc?rev=590518&view=rev
Log:
set longer timeout for picklist create service

Modified:
    ofbiz/branches/release4.0/applications/product/servicedef/services_picklist.xml

Modified: ofbiz/branches/release4.0/applications/product/servicedef/services_picklist.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/servicedef/services_picklist.xml?rev=590518&r1=590517&r2=590518&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/product/servicedef/services_picklist.xml (original)
+++ ofbiz/branches/release4.0/applications/product/servicedef/services_picklist.xml Tue Oct 30 16:56:08 2007
@@ -46,7 +46,7 @@
 
     <!-- Persisted Picklist Services -->
     <service name="createPicklistFromOrders" engine="simple"
-            location="org/ofbiz/shipment/picklist/PicklistServices.xml" invoke="createPicklistFromOrders">
+            location="org/ofbiz/shipment/picklist/PicklistServices.xml" invoke="createPicklistFromOrders" transaction-timeout="600">
         <description>Create Picklist From Orders</description>
         <attribute name="facilityId" type="String" mode="IN" optional="false"/>
         <attribute name="shipmentMethodTypeId" type="String" mode="IN" optional="true"/>