[OFBiz] SVN: r7564 - trunk/applications/party/servicedef

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Thu May 11 14:06:26 CDT 2006


Author: sichen
Date: 2006-05-11 14:06:23 -0500 (Thu, 11 May 2006)
New Revision: 7564

Modified:
   trunk/applications/party/servicedef/services.xml
Log:
Made party name an optional parameter, so we don't get a crash in case full name is not available.  OFBIZ-863

Modified: trunk/applications/party/servicedef/services.xml
===================================================================
--- trunk/applications/party/servicedef/services.xml	2006-05-11 16:05:56 UTC (rev 7563)
+++ trunk/applications/party/servicedef/services.xml	2006-05-11 19:06:23 UTC (rev 7564)
@@ -112,7 +112,7 @@
         <attribute name="lastName" type="String" mode="OUT" optional="true"/>
         <attribute name="personalTitle" type="String" mode="OUT" optional="true"/>
         <attribute name="suffix" type="String" mode="OUT" optional="true"/>
-        <attribute name="fullName" type="String" mode="OUT" optional="false"/>
+        <attribute name="fullName" type="String" mode="OUT" optional="true"/>
     </service>
     
     <service name="createAffiliate" engine="java"



More information about the Svn mailing list