[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Mon Sep 3 12:59:45 EDT 2007


  User: pmuir   
  Date: 07/09/03 12:59:45

  Modified:    doc/reference/en/modules  persistence.xml
  Log:
  JBSEAM-1861
  
  Revision  Changes    Path
  1.15      +8 -1      jboss-seam/doc/reference/en/modules/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/persistence.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- persistence.xml	27 Aug 2007 21:30:31 -0000	1.14
  +++ persistence.xml	3 Sep 2007 16:59:45 -0000	1.15
  @@ -428,6 +428,13 @@
       em.flush();
   }]]></programlisting>
   
  +         <para>
  +            Of course, you could set the <literal>flushMode</literal> to <literal>MANUAL</literal>
  +            from pages.xml, for example in a navigation rule:
  +        </para>
  +        
  +        <programlisting><![CDATA[<begin-conversation flush-mode="MANUAL" />]]></programlisting>
  +
       </section>
   
       </section>
  
  
  



More information about the jboss-cvs-commits mailing list