[seam-commits] Seam SVN: r9114 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Sep 23 09:14:08 EDT 2008
Author: danielc.roth
Date: 2008-09-23 09:14:08 -0400 (Tue, 23 Sep 2008)
New Revision: 9114
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Jms.xml
Log:
Modified: trunk/doc/Seam_Reference_Guide/en-US/Jms.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Jms.xml 2008-09-23 13:06:27 UTC (rev 9113)
+++ trunk/doc/Seam_Reference_Guide/en-US/Jms.xml 2008-09-23 13:14:08 UTC (rev 9114)
@@ -56,9 +56,11 @@
<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,
- you need to add the following line to <literal>components.xml</literal> to install the Quartz
- dispatcher.
+ 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>
<programlisting role="XML"><![CDATA[<async:quartz-dispatcher/>]]></programlisting>
More information about the seam-commits
mailing list