You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2012/03/09 18:50:52 UTC

svn commit: r1298947 - /ofbiz/branches/release11.04/applications/product/servicedef/services_shipment.xml

Author: ashish
Date: Fri Mar  9 17:50:52 2012
New Revision: 1298947

URL: http://svn.apache.org/viewvc?rev=1298947&view=rev
Log:
Applied bug fix from trunk r1298945.
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/branches/release11.04/applications/product/servicedef/services_shipment.xml

Modified: ofbiz/branches/release11.04/applications/product/servicedef/services_shipment.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/product/servicedef/services_shipment.xml?rev=1298947&r1=1298946&r2=1298947&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/product/servicedef/services_shipment.xml (original)
+++ ofbiz/branches/release11.04/applications/product/servicedef/services_shipment.xml Fri Mar  9 17:50:52 2012
@@ -675,7 +675,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"/>