Author: ashish
Date: Fri Mar 9 17:52:02 2012
New Revision: 1298948
URL: http://svn.apache.org/viewvc?rev=1298948&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/release10.04/applications/product/servicedef/services_shipment.xml
Modified:
ofbiz/branches/release10.04/applications/product/servicedef/services_shipment.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/product/servicedef/services_shipment.xml?rev=1298948&r1=1298947&r2=1298948&view=diff
==============================================================================
---
ofbiz/branches/release10.04/applications/product/servicedef/services_shipment.xml
(original)
+++
ofbiz/branches/release10.04/applications/product/servicedef/services_shipment.xml
Fri Mar 9 17:52:02 2012
@@ -674,7 +674,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"/>