svn commit: r470619 - /incubator/ofbiz/trunk/applications/product/servicedef/services_shipment_dhl.xml

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

svn commit: r470619 - /incubator/ofbiz/trunk/applications/product/servicedef/services_shipment_dhl.xml

sichen
Author: sichen
Date: Thu Nov  2 16:48:50 2006
New Revision: 470619

URL: http://svn.apache.org/viewvc?view=rev&rev=470619
Log:
Put a max retry of 3 times on the dhl shipment scheduling service, since it is called asynch sometimes and could spawn a lot of retries if it ever failed

Modified:
    incubator/ofbiz/trunk/applications/product/servicedef/services_shipment_dhl.xml

Modified: incubator/ofbiz/trunk/applications/product/servicedef/services_shipment_dhl.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/servicedef/services_shipment_dhl.xml?view=diff&rev=470619&r1=470618&r2=470619
==============================================================================
--- incubator/ofbiz/trunk/applications/product/servicedef/services_shipment_dhl.xml (original)
+++ incubator/ofbiz/trunk/applications/product/servicedef/services_shipment_dhl.xml Thu Nov  2 16:48:50 2006
@@ -33,9 +33,9 @@
     <implements service="calcShipmentEstimateInterface"/>
     <attribute name="dhlRateCodeMap" type="Map" mode="OUT" optional="false"/>
   </service>
-  <!-- DHL Lable API Services for testing-->
+  <!-- DHL Lable API Services -->
   <service name="dhlShipmentConfirm" engine="java"
-        location="org.ofbiz.shipment.thirdparty.dhl.DhlServices" invoke="dhlShipmentConfirm" auth="true">
+      location="org.ofbiz.shipment.thirdparty.dhl.DhlServices" invoke="dhlShipmentConfirm" auth="true" max-retry="3">
     <description>DHL Shipment Confirm</description>
     <auto-attributes entity-name="ShipmentRouteSegment" include="pk" mode="IN" optional="false"/>
   </service>