[seam-commits] Seam SVN: r8236 - trunk/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue May 20 12:16:06 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-05-20 12:16:05 -0400 (Tue, 20 May 2008)
New Revision: 8236

Modified:
   trunk/doc/Seam_Reference_Guide/en-US/Components.xml
   trunk/doc/Seam_Reference_Guide/en-US/Persistence.xml
Log:
Document default flush mode

Modified: trunk/doc/Seam_Reference_Guide/en-US/Components.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Components.xml	2008-05-20 16:06:25 UTC (rev 8235)
+++ trunk/doc/Seam_Reference_Guide/en-US/Components.xml	2008-05-20 16:16:05 UTC (rev 8236)
@@ -1074,6 +1074,13 @@
                             is long-running, default to <literal>conversationIsLongRunning</literal>.
                         </para>
                         </listitem>
+                        <listitem>
+                        <para>
+                            <literal>org.jboss.seam.core.manager.defaultFlushMode</literal> &#8212; 
+                            set the flush mode set by default on any Seam Managed Persistence Context.
+                            By default <literal>AUTO</literal>.
+                        </para>
+                        </listitem>
                     </itemizedlist>
                 </listitem>
             </varlistentry>

Modified: trunk/doc/Seam_Reference_Guide/en-US/Persistence.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Persistence.xml	2008-05-20 16:06:25 UTC (rev 8235)
+++ trunk/doc/Seam_Reference_Guide/en-US/Persistence.xml	2008-05-20 16:16:05 UTC (rev 8236)
@@ -471,6 +471,16 @@
         </para>
         
         <programlisting role="XML"><![CDATA[<begin-conversation flush-mode="MANUAL" />]]></programlisting>
+        
+        <para>
+            You can set any Seam Managed Persistence Context to use manual flush
+            mode:
+        </para>
+        
+        <programlisting><![CDATA[<components xmlns="http://jboss.com/products/seam/components"
+   xmlns:core="http://jboss.com/products/seam/core">
+   <core:manager conversation-timeout="120000" default-flush-mode="manual" />
+</components>]]></programlisting>
 
     </section>
 




More information about the seam-commits mailing list