[jboss-cvs] jboss-seam/src/main/org/jboss/seam/util ...

Gavin King gavin.king at jboss.com
Sat Sep 23 12:31:48 EDT 2006


  User: gavin   
  Date: 06/09/23 12:31:48

  Modified:    src/main/org/jboss/seam/util  Persistence.java
  Log:
  use Hibernate isDirty method
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/src/main/org/jboss/seam/util/Persistence.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Persistence.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/util/Persistence.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Persistence.java	23 Sep 2006 16:30:11 -0000	1.2
  +++ Persistence.java	23 Sep 2006 16:31:48 -0000	1.3
  @@ -16,7 +16,7 @@
         }
         else
         {
  -         throw new IllegalArgumentException("FlusMode.MANUAL only supported for Hibernate EntityManager");
  +         throw new IllegalArgumentException("FlushMode.MANUAL only supported for Hibernate EntityManager");
         }
      }
   
  
  
  



More information about the jboss-cvs-commits mailing list