[seam-commits] Seam SVN: r9118 - branches/community/Seam_2_0/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Sep 23 10:51:16 EDT 2008


Author: danielc.roth
Date: 2008-09-23 10:51:16 -0400 (Tue, 23 Sep 2008)
New Revision: 9118

Modified:
   branches/community/Seam_2_0/doc/Seam_Reference_Guide/en-US/Jms.xml
Log:
JBSEAM-3210 backport


Modified: branches/community/Seam_2_0/doc/Seam_Reference_Guide/en-US/Jms.xml
===================================================================
--- branches/community/Seam_2_0/doc/Seam_Reference_Guide/en-US/Jms.xml	2008-09-23 14:28:02 UTC (rev 9117)
+++ branches/community/Seam_2_0/doc/Seam_Reference_Guide/en-US/Jms.xml	2008-09-23 14:51:16 UTC (rev 9118)
@@ -56,7 +56,9 @@
         <para>
             Another alternative is to use the open source Quartz library to manage asynchronous method. 
             You need to bundle the Quartz library JAR (found in the <literal>lib</literal> directory) 
-            in your EAR and declare it as a Java module in <literal>application.xml</literal>. In addition, 
+            in your EAR and declare it as a Java module in <literal>application.xml</literal>. The 
+            Quartz dispatcher may be configured by adding a Quartz property file to the classpath. 
+            It must be named <literal>seam.quartz.properties</literal>. In addition, 
             you need to add the following line to <literal>components.xml</literal> to install the Quartz 
             dispatcher.
         </para>




More information about the seam-commits mailing list