[seam-commits] Seam SVN: r7569 - trunk/doc/reference/en/modules.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Mar 13 14:31:40 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-03-13 14:31:40 -0400 (Thu, 13 Mar 2008)
New Revision: 7569

Modified:
   trunk/doc/reference/en/modules/components.xml
   trunk/doc/reference/en/modules/events.xml
   trunk/doc/reference/en/modules/gettingstarted.xml
Log:
Be clear that debug mode and any kind of loading do not go together.

Modified: trunk/doc/reference/en/modules/components.xml
===================================================================
--- trunk/doc/reference/en/modules/components.xml	2008-03-13 17:32:49 UTC (rev 7568)
+++ trunk/doc/reference/en/modules/components.xml	2008-03-13 18:31:40 UTC (rev 7569)
@@ -1016,7 +1016,8 @@
                         <listitem>
                         <para>
                             <literal>org.jboss.seam.core.init.debug</literal> &#8212; 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: trunk/doc/reference/en/modules/events.xml
===================================================================
--- trunk/doc/reference/en/modules/events.xml	2008-03-13 17:32:49 UTC (rev 7568)
+++ trunk/doc/reference/en/modules/events.xml	2008-03-13 18:31:40 UTC (rev 7569)
@@ -871,7 +871,7 @@
 </filter-mapping>]]></programlisting>
 
         <para>
-            You may also need to disable Facelets development mode in <literal>web.xml</literal> and
+            You need to disable Facelets development mode in <literal>web.xml</literal> and
             Seam debug mode in <literal>components.xml</literal> if you want your exception handlers
             to fire.
         </para>

Modified: trunk/doc/reference/en/modules/gettingstarted.xml
===================================================================
--- trunk/doc/reference/en/modules/gettingstarted.xml	2008-03-13 17:32:49 UTC (rev 7568)
+++ trunk/doc/reference/en/modules/gettingstarted.xml	2008-03-13 18:31:40 UTC (rev 7569)
@@ -392,6 +392,10 @@
             <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




More information about the seam-commits mailing list