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

Gavin King gavin.king at jboss.com
Sat Oct 14 18:49:34 EDT 2006


  User: gavin   
  Date: 06/10/14 18:49:34

  Modified:    doc/reference/en/modules   components.xml configuration.xml
  Log:
  update
  
  Revision  Changes    Path
  1.40      +4 -4      jboss-seam/doc/reference/en/modules/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/components.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- components.xml	4 Aug 2006 14:52:29 -0000	1.39
  +++ components.xml	14 Oct 2006 22:49:34 -0000	1.40
  @@ -324,8 +324,8 @@
                       <itemizedlist>
                           <listitem>
                           <para>
  -                            <literal>resourceBundle.bundleName</literal> &mdash; the name of 
  -                            the bundle. Default to <literal>messages</literal>.
  +                            <literal>resourceBundle.bundleNames</literal> &mdash; the names of 
  +                            the Java resource bundles to search. Default to <literal>messages</literal>.
                           </para>
                           </listitem>
                       </itemizedlist>
  @@ -955,8 +955,8 @@
                   <listitem>
                       <para>
                           Bootstraps a Hibernate <literal>SessionFactory</literal>. Install 
  -                        as class <literal>org.jboss.seam.core.Hibernate</literal>. This is
  -                        most useful when using Seam with Hibernate inside a Java EE
  +                        as class <literal>org.jboss.seam.core.HibernateSessionFactory</literal>. 
  +                        This is most useful when using Seam with Hibernate inside a Java EE
                           application server.
                       </para>
                       <itemizedlist>
  
  
  
  1.26      +2 -1      jboss-seam/doc/reference/en/modules/configuration.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configuration.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/configuration.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- configuration.xml	3 Oct 2006 23:46:03 -0000	1.25
  +++ configuration.xml	14 Oct 2006 22:49:34 -0000	1.26
  @@ -604,7 +604,8 @@
               To configure our Seam component, as usual, we use <literal>components.xml</literal>:
           </para>
           
  -        <programlisting><![CDATA[<component class="org.jboss.seam.core.Hibernate"/>
  +        <programlisting><![CDATA[<component name="hibernateSessionFactory"
  +          class="org.jboss.seam.core.HibernateSessionFactory"/> 
   
   <component name="bookingDatabase"
             class="org.jboss.seam.core.ManagedHibernateSession">
  
  
  



More information about the jboss-cvs-commits mailing list