[jboss-cvs] JBossCache/docs/PojoCache/en/modules ...

Jason Thomas Greene jgreene at jboss.com
Wed Jul 18 13:40:48 EDT 2007


  User: jgreene 
  Date: 07/07/18 13:40:48

  Modified:    docs/PojoCache/en/modules  architecture.xml
  Log:
  static replication is not in 2.0.0
  
  Revision  Changes    Path
  1.11      +2 -4      JBossCache/docs/PojoCache/en/modules/architecture.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: architecture.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/PojoCache/en/modules/architecture.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- architecture.xml	21 Nov 2006 13:21:42 -0000	1.10
  +++ architecture.xml	18 Jul 2007 17:40:48 -0000	1.11
  @@ -157,10 +157,8 @@
                     <literal>private</literal>
                  </listitem>
                  <listitem>
  -                  we skip interception for field with <literal>final</literal>, and <literal>transient</literal> qualifiers. As a result, any field with these 3 qualifiers will not
  -                  be replicated or persisted. Note that since Release 2.0, "static" field modifier will
  -                  be replicated by default. If user doesn't want to replicate the static field, she can
  -                  annotate the field with "@Transient" annotation to skip the replication.
  +                  we skip interception for field with <literal>final</literal>, <literal>static</literal>, and <literal>transient</literal> qualifiers. As a result, any field with these 3 qualifiers will not
  +                  be replicated or persisted. 
                  </listitem>
               </itemizedlist>
            </para>
  
  
  



More information about the jboss-cvs-commits mailing list