svn commit: r466024 - /incubator/ofbiz/trunk/applications/order/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: r466024 - /incubator/ofbiz/trunk/applications/order/servicedef/secas.xml

jacopoc
Author: jacopoc
Date: Fri Oct 20 00:46:35 2006
New Revision: 466024

URL: http://svn.apache.org/viewvc?view=rev&rev=466024
Log:
Thanks to the great comments from Ray Barlow (OFBIZ-380), I've disabled the seca to run processOrderPayments after the call cancelOrderItem: the big issue is that the reservations were lost.
This is only a temp fix, to get back to the status prior to the mods I did in r439995 (when I've reimplemented cancelOrderItem from an event to secas/services calls).

Modified:
    incubator/ofbiz/trunk/applications/order/servicedef/secas.xml

Modified: incubator/ofbiz/trunk/applications/order/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/servicedef/secas.xml?view=diff&rev=466024&r1=466023&r2=466024
==============================================================================
--- incubator/ofbiz/trunk/applications/order/servicedef/secas.xml (original)
+++ incubator/ofbiz/trunk/applications/order/servicedef/secas.xml Fri Oct 20 00:46:35 2006
@@ -103,9 +103,13 @@
         <action service="recreateOrderAdjustments" mode="sync"/>
         <action service="resetGrandTotal" mode="sync"/>
     </eca>
+    <!--
+        as a temp fix, it is now disabled since, due to the way processOrderPayments works,
+        the end result is that all the order's inventory reservations were lost
     <eca service="cancelOrderItem" event="return">
         <action service="processOrderPayments" mode="sync"/>
     </eca>
+    -->
 
     <!-- order confirmation/notification email ECAs -->
     <eca service="sendOrderConfirmation" event="commit">