You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2010/05/31 14:13:41 UTC

svn commit: r949726 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml

Author: mor
Date: Mon May 31 12:13:41 2010
New Revision: 949726

URL: http://svn.apache.org/viewvc?rev=949726&view=rev
Log:
Error in the service may rollback the entire transaction and isn't worth with the service that is used to send notification on account creation.

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml?rev=949726&r1=949725&r2=949726&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/user/UserEvents.xml Mon May 31 12:13:41 2010
@@ -408,7 +408,7 @@ under the License.
         <set field="emailContext.partyId" from-field="partyId"/>
         <set field="emailContext.productStoreId" from-field="parameters.PRODUCT_STORE_ID"/>
         <set-service-fields service-name="sendCreatePartyEmailNotification" map="emailContext" to-map="serviceInMap"/>
-        <call-service service-name="sendCreatePartyEmailNotification" in-map-name="serviceInMap"/>
+        <call-service-asynch service-name="sendCreatePartyEmailNotification" in-map-name="serviceInMap"/>
     </simple-method>
 
 </simple-methods>