You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/02/09 10:28:02 UTC

svn commit: r376236 - /lenya/docu/src/documentation/content/xdocs/1_4/reference/notification.xml

Author: andreas
Date: Thu Feb  9 01:28:00 2006
New Revision: 376236

URL: http://svn.apache.org/viewcvs?rev=376236&view=rev
Log:
Added note that geronimo libraries interfere with notification mails

Modified:
    lenya/docu/src/documentation/content/xdocs/1_4/reference/notification.xml

Modified: lenya/docu/src/documentation/content/xdocs/1_4/reference/notification.xml
URL: http://svn.apache.org/viewcvs/lenya/docu/src/documentation/content/xdocs/1_4/reference/notification.xml?rev=376236&r1=376235&r2=376236&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/1_4/reference/notification.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/1_4/reference/notification.xml Thu Feb  9 01:28:00 2006
@@ -21,6 +21,23 @@
 	</header>
 	<body>
 	  
+	<section>
+	  <title>Setup</title>
+	  
+	  <p>
+	    To enable notification by e-mail, you have to download the JavaMail and JavaBeans Activation
+	    Framework libraries from the <a href="http://java.sun.com/products/javamail/">JavaMail website</a>
+	    and place them in the <code>&lt;lenya-webapp&gt;/WEB-INF/lib</code> directory.
+	  </p>
+	  
+	  <note>
+	    Currently, you have to remove <code>geronimo-spec-*.jar</code> from
+	    <code>&lt;lenya-webapp&gt;/WEB-INF/lib</code> to enable e-mail notification
+	    (see <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38587">bug 38587</a>).
+	  </note>
+	  
+	</section>
+	  
 <section>
 	<title>How to Send Notification Messages</title>
 	



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org