You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/06/16 12:52:00 UTC

svn commit: r785156 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml

Author: ashish
Date: Tue Jun 16 10:51:58 2009
New Revision: 785156

URL: http://svn.apache.org/viewvc?rev=785156&view=rev
Log:
Applied patch from jira issue OFBIZ-2555 (createUpdatePerson service uses Map processer from eCommerce component)
Thanks Jyotsna for your contribution.

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml?rev=785156&r1=785155&r2=785156&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartyServices.xml Tue Jun 16 10:51:58 2009
@@ -940,7 +940,7 @@
 
     <simple-method method-name="createUpdatePerson" short-description="Create and update a person" login-required="false">
         <log level="info" message="========= Inside create update person ============="/>
-        <call-map-processor xml-resource="component://ecommerce/script/org/ofbiz/ecommerce/customer/CheckoutMapProcs.xml"
+        <call-map-processor xml-resource="component://party/script/org/ofbiz/party/party/PartyMapProcs.xml"
                 processor-name="person" in-map-name="parameters" out-map-name="personMap"/>
         <check-errors/>
         <log level="info" message="==================map-processor successfully ran ================${personMap}========================"/>