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/05/05 10:13:52 UTC

svn commit: r771616 - /ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml

Author: ashish
Date: Tue May  5 08:13:52 2009
New Revision: 771616

URL: http://svn.apache.org/viewvc?rev=771616&view=rev
Log:
Applied fix from trunk for revision: 771615 
 Applied patch from Jira Issue - OFBIZ-2419 (Error finding xml ressource during Contact/Lead Creation in SFA)

Modified:
    ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml

Modified: ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml?rev=771616&r1=771615&r2=771616&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml (original)
+++ ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/party/PartySimpleMethods.xml Tue May  5 08:13:52 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">