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

Michael Youngstrom youngm at gmail.com
Tue Mar 20 12:11:36 EDT 2007


  User: myoungstrom
  Date: 07/03/20 12:11:36

  Modified:    doc/reference/en/modules  spring.xml
  Log:
  Committ for JBSEAM-1077
  
  Revision  Changes    Path
  1.12      +1 -1      jboss-seam/doc/reference/en/modules/spring.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: spring.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/spring.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- spring.xml	12 Mar 2007 20:37:07 -0000	1.11
  +++ spring.xml	20 Mar 2007 16:11:36 -0000	1.12
  @@ -144,7 +144,7 @@
           <para> By default, <literal>&lt;seam:component/&gt;</literal> will create a <literal>STATELESS</literal>
               Seam component with class and name provided in the bean definition. Occasionally, such as when a
                   <literal>FactoryBean</literal> is used, the class of the Spring bean may not be the class appearing in
  -            the bean definition. In such cases the <literal>beanClass</literal> should be explicitly specified. A Seam
  +            the bean definition. In such cases the <literal>class</literal> should be explicitly specified. A Seam
               component name may be explicitly specified in cases where there is potential for a naming conflict. </para>
   
           <para> The <literal>scope</literal> attribute of <literal>&lt;seam:component/&gt;</literal> may be used
  
  
  



More information about the jboss-cvs-commits mailing list