svn commit: r562292 - /ofbiz/trunk/specialpurpose/oagis/servicedef/secas.xml

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

svn commit: r562292 - /ofbiz/trunk/specialpurpose/oagis/servicedef/secas.xml

jonesde
Author: jonesde
Date: Thu Aug  2 16:53:35 2007
New Revision: 562292

URL: http://svn.apache.org/viewvc?view=rev&rev=562292
Log:
Changed default, though still commented out, to run oagisProcessShipment async

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

Modified: ofbiz/trunk/specialpurpose/oagis/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/servicedef/secas.xml?view=diff&rev=562292&r1=562291&r2=562292
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/servicedef/secas.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/servicedef/secas.xml Thu Aug  2 16:53:35 2007
@@ -21,12 +21,14 @@
 <service-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/service-eca.xsd">
     <!-- order status changes -->
-    <!--eca service="changeOrderStatus" event="commit" run-on-error="false">
+    <!--
+    <eca service="changeOrderStatus" event="commit" run-on-error="false">
         <condition field-name="statusId" operator="equals" value="ORDER_APPROVED"/>
         <condition field-name="orderTypeId" operator="equals" value="SALES_ORDER"/>
         <condition-field field-name="statusId" operator="not-equals" to-field-name="oldStatusId"/>
-        <action service="oagisProcessShipment" mode="sync"/>
-    </eca-->
+        <action service="oagisProcessShipment" mode="async" persist="true"/>
+    </eca>
+    -->
 
     <eca service="oagisMessageHandler" event="commit" run-on-error="true">
         <condition field-name="errorMapList" operator="is-not-empty"/>