Author: jonesde
Date: Mon Sep 10 22:10:02 2007
New Revision: 574455
URL:
http://svn.apache.org/viewvc?rev=574455&view=revLog:
Whoops, committed with SECAS uncommented, commenting back out
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?rev=574455&r1=574454&r2=574455&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/servicedef/secas.xml (original)
+++ ofbiz/trunk/specialpurpose/oagis/servicedef/secas.xml Mon Sep 10 22:10:02 2007
@@ -20,7 +20,7 @@
<service-eca xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="
http://ofbiz.apache.org/dtds/service-eca.xsd">
- <!-- uncomment these to enable OAGIS message sending -->
+ <!-- uncomment these to enable OAGIS message sending
<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"/>
@@ -35,4 +35,5 @@
<condition field-name="statusId" operator="equals" value="RETURN_ACCEPTED"/>
<action service="oagisSendReceiveDelivery" mode="async" persist="true"/>
</eca>
+ -->
</service-eca>