[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo/interceptors/dynamic ...

Ben Wang bwang at jboss.com
Thu Jul 27 10:25:27 EDT 2006


  User: bwang   
  Date: 06/07/27 10:25:27

  Modified:    src-50/org/jboss/cache/pojo/interceptors/dynamic 
                        CacheFieldInterceptor.java
  Log:
  Moved the interceptor annotation and also now lock parent node for Collection.
  
  Revision  Changes    Path
  1.9       +1 -1      JBossCache/src-50/org/jboss/cache/pojo/interceptors/dynamic/CacheFieldInterceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheFieldInterceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src-50/org/jboss/cache/pojo/interceptors/dynamic/CacheFieldInterceptor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- CacheFieldInterceptor.java	26 Jul 2006 07:59:13 -0000	1.8
  +++ CacheFieldInterceptor.java	27 Jul 2006 14:25:27 -0000	1.9
  @@ -129,7 +129,7 @@
               } else
               {
                  //cache_.putObject(((Fqn)fqn_.clone()).add(field.getName()), value);
  -               pCache_.putObject(new Fqn(fqn_, field.getName()), value);
  +               pCache_.attach(new Fqn(fqn_, field.getName()), value);
               }
            }
   
  
  
  



More information about the jboss-cvs-commits mailing list