Author: jonesde
Date: Wed Aug  8 19:02:01 2007
New Revision: 564073

URL: http://svn.apache.org/viewvc?view=rev&rev=564073
Log:
Added max retries because is now called async and persisted

Modified:
    ofbiz/trunk/specialpurpose/oagis/servicedef/services.xml

Modified: ofbiz/trunk/specialpurpose/oagis/servicedef/services.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/servicedef/services.xml?view=diff&rev=564073&r1=564072&r2=564073
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/servicedef/services.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/servicedef/services.xml Wed Aug  8 
19:02:01 2007
@@ -85,7 +85,8 @@
          <override name="errorSeqId" optional="true"/>        
     </service>
 
-    <service name="showShipment" engine="java" transaction-timeout="300"
+    <!-- DEJ20070808 added max-rety=3 because this is run async persisted just 
in case there is a transaction problem under heavy load -->
+    <service name="showShipment" engine="java" transaction-timeout="300" 
max-retry="3"
             location="org.ofbiz.oagis.OagisShipmentServices" 
invoke="showShipment" auth="false">
         <description>Process incoming shipment message</description>
         <implements service="oagisMessageErrorInfoInterface"/>


Reply via email to