You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/05/14 08:31:40 UTC

svn commit: r774653 - /ofbiz/trunk/framework/common/servicedef/services_email.xml

Author: hansbak
Date: Thu May 14 06:31:40 2009
New Revision: 774653

URL: http://svn.apache.org/viewvc?rev=774653&view=rev
Log:
if mail is disabled in message.properties, message wrapper is not in result: made oprional in definition

Modified:
    ofbiz/trunk/framework/common/servicedef/services_email.xml

Modified: ofbiz/trunk/framework/common/servicedef/services_email.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services_email.xml?rev=774653&r1=774652&r2=774653&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services_email.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services_email.xml Thu May 14 06:31:40 2009
@@ -40,7 +40,7 @@
         <attribute name="partyId" type="String" mode="INOUT" optional="true"/>
         <attribute name="messageId" type="String" mode="INOUT" optional="true"/>
         <attribute name="emailType" type="String" mode="INOUT" optional="true"/>
-        <attribute name="messageWrapper" type="org.ofbiz.service.mail.MimeMessageWrapper" mode="OUT"/>
+        <attribute name="messageWrapper" type="org.ofbiz.service.mail.MimeMessageWrapper" mode="OUT" optional="true"/><!-- mail can be disabled in general.properties so no output -->
         <!--  used for parsing and ECAs -->
         <attribute name="communicationEventId" type="String" mode="INOUT" optional="true"/>        
     </service>