Author: jleroux
Date: Tue Dec  8 18:42:03 2009
New Revision: 888509

URL: http://svn.apache.org/viewvc?rev=888509&view=rev
Log:
A patch from Erwan de FERRIERES "Service invoked in service definition is 
wrong" (https://issues.apache.org/jira/browse/OFBIZ-3315) - OFBIZ-3315
The service invoqued (updatePartyNameFromPerson) for createPartyIdentifications 
is not existing in OFBiz, this patch correct the error

Modified:
    ofbiz/trunk/applications/party/servicedef/services.xml

Modified: ofbiz/trunk/applications/party/servicedef/services.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/servicedef/services.xml?rev=888509&r1=888508&r2=888509&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/party/servicedef/services.xml Tue Dec  8 18:42:03 
2009
@@ -680,7 +680,7 @@
         <auto-attributes mode="IN" include="pk"/>
     </service>
     <service name="createPartyIdentifications" engine="simple" 
default-entity-name="PartyIdentification"
-            
location="component://party/script/org/ofbiz/party/party/PartyServices.xml" 
invoke="updatePartyNameFromPerson">
+            
location="component://party/script/org/ofbiz/party/party/PartyServices.xml" 
invoke="createPartyIdentifications">
         <description>create many identifications with format in map 
identifications : [partyType : TYPE, TYPE : value]</description>
         <permission-service service-name="partyBasePermissionCheck" 
main-action="CREATE"/>
         <attribute name="partyId" mode="IN" type="String"/>


Reply via email to