You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/09/22 00:41:22 UTC

svn commit: r578307 - in /ofbiz/branches/release4.0/applications/product/servicedef: services_facility.xml services_shipment.xml

Author: jleroux
Date: Fri Sep 21 15:41:20 2007
New Revision: 578307

URL: http://svn.apache.org/viewvc?rev=578307&view=rev
Log:
Applied fix from trunk for revision: 575407

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

Modified: ofbiz/branches/release4.0/applications/product/servicedef/services_facility.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/servicedef/services_facility.xml?rev=578307&r1=578306&r2=578307&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/product/servicedef/services_facility.xml (original)
+++ ofbiz/branches/release4.0/applications/product/servicedef/services_facility.xml Fri Sep 21 15:41:20 2007
@@ -207,7 +207,7 @@
         <!-- this service has no parameters IN or OUT -->
     </service>
 
-    <service name="balanceInventoryItems" engine="simple"
+    <service name="balanceInventoryItems" engine="simple" transaction-timeout="600"
             location="org/ofbiz/product/inventory/InventoryServices.xml" invoke="balanceInventoryItems" auth="true">
         <description>Balance inventory items based on the item passed</description>
         <attribute name="inventoryItemId" type="String" mode="IN" optional="false"/>

Modified: ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml?rev=578307&r1=578306&r2=578307&view=diff
==============================================================================
--- ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml (original)
+++ ofbiz/branches/release4.0/applications/product/servicedef/services_shipment.xml Fri Sep 21 15:41:20 2007
@@ -513,7 +513,7 @@
         <attribute name="shipmentId" type="String" mode="IN" optional="false"/>
     </service>
 
-    <service name="receiveInventoryProduct" engine="simple"
+    <service name="receiveInventoryProduct" engine="simple" transaction-timeout="600"
             location="org/ofbiz/shipment/receipt/ShipmentReceiptServices.xml" invoke="receiveInventoryProduct" auth="true">
         <description>Receive Inventory In Warehouse</description>
         <auto-attributes entity-name="InventoryItem" include="nonpk" mode="IN" optional="true">