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

Gavin King gavin.king at jboss.com
Tue Feb 27 10:03:08 EST 2007


  User: gavin   
  Date: 07/02/27 10:03:08

  Modified:    src/main/org/jboss/seam/interceptors 
                        ManagedEntityIdentityInterceptor.java
  Log:
  support entities with no @Entity annotation
  
  Revision  Changes    Path
  1.20      +1 -0      jboss-seam/src/main/org/jboss/seam/interceptors/ManagedEntityIdentityInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ManagedEntityIdentityInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/ManagedEntityIdentityInterceptor.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- ManagedEntityIdentityInterceptor.java	14 Feb 2007 19:24:17 -0000	1.19
  +++ ManagedEntityIdentityInterceptor.java	27 Feb 2007 15:03:07 -0000	1.20
  @@ -25,6 +25,7 @@
      private static final long serialVersionUID = 3105217046803964083L;
      
      //TODO: cache much more - the list of fields, PassivatedEntity obects, etc
  +   //TODO: optimize serialization of this list
      private List<PassivatedEntity> passivatedEntities = new ArrayList<PassivatedEntity>();
      
      @AroundInvoke
  
  
  



More information about the jboss-cvs-commits mailing list