Hi Ashish, Are we sure that this SECA was not used in R9.04 ? Weird it was there for nothing, though this happens in OFBiz from time to time...
Thanks Jacques
Author: ashish Date: Fri Aug 21 05:48:36 2009 New Revision: 806425 URL: http://svn.apache.org/viewvc?rev=806425&view=rev Log: Removing the eca as suggested by Jacques on the developer mailing list - as this eca have no action tag now. Modified: ofbiz/branches/release09.04/applications/order/servicedef/secas.xml Modified: ofbiz/branches/release09.04/applications/order/servicedef/secas.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/order/servicedef/secas.xml?rev=806425&r1=806424&r2=806425&view=diff ============================================================================== --- ofbiz/branches/release09.04/applications/order/servicedef/secas.xml (original) +++ ofbiz/branches/release09.04/applications/order/servicedef/secas.xml Fri Aug 21 05:48:36 2009 @@ -47,10 +47,6 @@ <condition field-name="facilityId" operator="is-not-empty"/> <action service="setUnitPriceAsLastPrice" mode="sync"/> </eca> - <eca service="receiveInventoryProduct" event="commit"> - <condition field-name="facilityId" operator="is-not-empty"/> - <condition field-name="orderId" operator="is-not-empty"/> - </eca> <eca service="changeOrderItemStatus" event="commit"> <condition field-name="statusId" operator="equals" value="ITEM_CANCELLED"/> <action service="cancelOrderInventoryReservation" mode="sync"/>
