Author: ashish
Date: Tue May 5 08:07:33 2009 New Revision: 771615 URL: http://svn.apache.org/viewvc?rev=771615&view=rev Log: Applied patch from Jira Issue - OFBIZ-2419 (Error finding xml ressource during Contact/Lead Creation in SFA) Thanks Gil Portenseigne for your contribution. Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml?rev=771615&r1=771614&r2=771615&view=diff ============================================================================== --- ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml (original) +++ ofbiz/trunk/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml Tue May 5 08:07:33 2009 @@ -95,14 +95,14 @@ <!-- Simple method to create a person, its role and basic contact mechs --> <simple-method method-name="createPersonRoleAndContactMechs" short-description="Creates a person, role and contactMechs"> <call-map-processor processor-name="person" in-map-name="parameters" out-map-name="personContext" - xml-resource="org/ofbiz/party/party/PartyMapProcs.xml"/> + xml-resource="component://party/script/org/ofbiz/party/party/PartyMapProcs.xml"/> <call-map-processor processor-name="postalAddress" in-map-name="parameters" out-map-name="postalAddressContext" - xml-resource="org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> + xml-resource="component://party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> <if-not-empty field="parameters.contactNumber"> <call-map-processor processor-name="telecomNumber" in-map-name="parameters" out-map-name="telecomNumberContext" - xml-resource="org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> + xml-resource="component://party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> </if-not-empty> <if-not-empty field="parameters.emailAddress"> @@ -138,14 +138,14 @@ <!-- Simple method to create a party group, its role and basic contact mechs --> <simple-method method-name="createPartyGroupRoleAndContactMechs" short-description="Creates a party group, role and contactMechs"> <call-map-processor processor-name="partyGroup" in-map-name="parameters" out-map-name="partyGroupContext" - xml-resource="org/ofbiz/party/party/PartyMapProcs.xml"/> + xml-resource="component://party/script/org/ofbiz/party/party/PartyMapProcs.xml"/> <call-map-processor processor-name="postalAddress" in-map-name="parameters" out-map-name="postalAddressContext" - xml-resource="org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> + xml-resource="component://party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> <if-not-empty field="parameters.contactNumber"> <call-map-processor processor-name="telecomNumber" in-map-name="parameters" out-map-name="telecomNumberContext" - xml-resource="org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> + xml-resource="component://party/script/org/ofbiz/party/contact/PartyContactMechMapProcs.xml"/> </if-not-empty> <if-not-empty field="parameters.emailAddress"> |
Free forum by Nabble | Edit this page |