Author: pete.muir(a)jboss.org
Date: 2008-03-13 14:49:41 -0400 (Thu, 13 Mar 2008)
New Revision: 7570
Modified:
branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Components.xml
branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
Log:
Be clear that debug mode and any kind of loading do not go together.
Modified: branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Components.xml
===================================================================
--- branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Components.xml 2008-03-13 18:31:40
UTC (rev 7569)
+++ branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Components.xml 2008-03-13 18:49:41
UTC (rev 7570)
@@ -1019,7 +1019,8 @@
<listitem>
<para>
<literal>org.jboss.seam.core.init.debug</literal>
— enable Seam
- debug mode
+ debug mode. This should be set to false when in production.
You may see
+ errors if the system is placed under any load and debug is
enabled.
</para>
</listitem>
<listitem>
Modified: branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
===================================================================
--- branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml 2008-03-13
18:31:40 UTC (rev 7569)
+++ branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml 2008-03-13
18:49:41 UTC (rev 7570)
@@ -394,6 +394,11 @@
<listitem>
<para>You must have the Seam filter installed in
web.xml</para>
</listitem>
+
+ <listitem>
+ <para>You may see errors if the system is placed under any load and
debug is enabled.</para>
+ </listitem>
+
</itemizedlist>
<para>If you create a WAR project using seam-gen, incremental hot
deployment is available out of the box for
Show replies by date