svn commit: r949727 - /ofbiz/branches/release10.04/applications/party/script/org/ofbiz/party/user/UserEvents.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r949727 - /ofbiz/branches/release10.04/applications/party/script/org/ofbiz/party/user/UserEvents.xml

mor-2
Author: mor
Date: Mon May 31 12:21:10 2010
New Revision: 949727

URL: http://svn.apache.org/viewvc?rev=949727&view=rev
Log:
Merged changes from trunk r949726.
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/branches/release10.04/applications/party/script/org/ofbiz/party/user/UserEvents.xml

Modified: ofbiz/branches/release10.04/applications/party/script/org/ofbiz/party/user/UserEvents.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/party/script/org/ofbiz/party/user/UserEvents.xml?rev=949727&r1=949726&r2=949727&view=diff
==============================================================================
--- ofbiz/branches/release10.04/applications/party/script/org/ofbiz/party/user/UserEvents.xml (original)
+++ ofbiz/branches/release10.04/applications/party/script/org/ofbiz/party/user/UserEvents.xml Mon May 31 12:21:10 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>