Author: jonesde
Date: Mon Jul 16 21:12:20 2007
New Revision: 556807
URL:
http://svn.apache.org/viewvc?view=rev&rev=556807Log:
Changed these email notification ECAs to have async persisted actions to improve performance and better handle email system and setup errors
Modified:
ofbiz/trunk/applications/party/servicedef/secas.xml
Modified: ofbiz/trunk/applications/party/servicedef/secas.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/servicedef/secas.xml?view=diff&rev=556807&r1=556806&r2=556807==============================================================================
--- ofbiz/trunk/applications/party/servicedef/secas.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/secas.xml Mon Jul 16 21:12:20 2007
@@ -80,9 +80,9 @@
</eca>
<eca service="updatePassword" event="commit">
- <action service="sendUpdatePersonalInfoEmailNotification" mode="sync"/>
+ <action service="sendUpdatePersonalInfoEmailNotification" mode="async" persist="true"/>
</eca>
<eca service="updatePerson" event="commit">
- <action service="sendUpdatePersonalInfoEmailNotification" mode="sync"/>
+ <action service="sendUpdatePersonalInfoEmailNotification" mode="async" persist="true"/>
</eca>
</service-eca>