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

Shane Bryzak sbryzak at redhat.com
Wed Mar 21 22:24:14 EDT 2007


  User: sbryzak2
  Date: 07/03/21 22:24:14

  Modified:    doc/reference/en/modules   annotations.xml concepts.xml
  Log:
  JBSEAM-1075
  
  Revision  Changes    Path
  1.57      +2 -1      jboss-seam/doc/reference/en/modules/annotations.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: annotations.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/annotations.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -b -r1.56 -r1.57
  --- annotations.xml	22 Mar 2007 01:42:50 -0000	1.56
  +++ annotations.xml	22 Mar 2007 02:24:14 -0000	1.57
  @@ -361,7 +361,8 @@
                   <listitem>
                       <programlisting><![CDATA[@Logger("categoryName")]]></programlisting>
                       <para> Specifies that a component field is to be injected with an instance of
  -                            <literal>org.jboss.seam.log.Log</literal>. </para>
  +                            <literal>org.jboss.seam.log.Log</literal>. For entity beans, the 
  +                            field must be declared as static.</para>
                       <itemizedlist>
                           <listitem>
                               <para>
  
  
  
  1.55      +2 -1      jboss-seam/doc/reference/en/modules/concepts.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: concepts.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/concepts.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -b -r1.54 -r1.55
  --- concepts.xml	22 Mar 2007 01:42:50 -0000	1.54
  +++ concepts.xml	22 Mar 2007 02:24:14 -0000	1.55
  @@ -975,7 +975,8 @@
   
           <para>
               It doesn't matter if you declare the <literal>log</literal> variable static or not&mdash;it will work 
  -            either way.
  +            either way, except for entity bean components which require the <literal>log</literal> variable to be
  +            static.
           </para>
   
           <para> 
  
  
  



More information about the jboss-cvs-commits mailing list