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

Gavin King gavin.king at jboss.com
Tue Jan 30 13:00:55 EST 2007


  User: gavin   
  Date: 07/01/30 13:00:55

  Modified:    doc/reference/en/modules  persistence.xml
  Log:
  minor
  
  Revision  Changes    Path
  1.6       +1 -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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- persistence.xml	30 Jan 2007 17:56:09 -0000	1.5
  +++ persistence.xml	30 Jan 2007 18:00:55 -0000	1.6
  @@ -123,7 +123,7 @@
          
           <para>
               This pattern is usually implemented as a single transaction which spans the entire request. 
  -            There are several problems with this idea, the most serious being that we 
  +            There are several problems with this implementation, the most serious being that we 
               can never be sure that a transaction is successful until we commit it&mdash;but by the 
               time the "open session in view" transaction is committed, the view is fully rendered, and 
               the rendered response may already have been flushed to the client. How can we notify the 
  
  
  



More information about the jboss-cvs-commits mailing list