svn commit: r1298945 - /ofbiz/trunk/applications/product/servicedef/services_shipment.xml

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

svn commit: r1298945 - /ofbiz/trunk/applications/product/servicedef/services_shipment.xml

ashish-18
Author: ashish
Date: Fri Mar  9 17:48:53 2012
New Revision: 1298945

URL: http://svn.apache.org/viewvc?rev=1298945&view=rev
Log:
Applied patch from jira issue OFBIZ-4722 - The completePack service times out for large orders. Though the code should be looked for possible optimizations, but increasing timeout value is also required.
Thanks Atul!

Modified:
    ofbiz/trunk/applications/product/servicedef/services_shipment.xml

Modified: ofbiz/trunk/applications/product/servicedef/services_shipment.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_shipment.xml?rev=1298945&r1=1298944&r2=1298945&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_shipment.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_shipment.xml Fri Mar  9 17:48:53 2012
@@ -676,7 +676,7 @@ under the License.
     </service>
 
     <service name="completePack" engine="java"
-            location="org.ofbiz.shipment.packing.PackingServices" invoke="completePack" auth="true">
+            location="org.ofbiz.shipment.packing.PackingServices" invoke="completePack" auth="true" transaction-timeout="7200">
         <description>Complete the packaging set the shipment to PACKED</description>
         <attribute name="packingSession" type="org.ofbiz.shipment.packing.PackingSession" mode="IN" optional="false"/>
         <attribute name="orderId" type="String" mode="IN" optional="false"/>