[jboss-cvs] jboss-seam/examples/hibernate/resources/WEB-INF ...

Gavin King gavin.king at jboss.com
Sat Oct 14 18:47:02 EDT 2006


  User: gavin   
  Date: 06/10/14 18:47:02

  Modified:    examples/hibernate/resources/WEB-INF  components.xml
  Log:
  update
  
  Revision  Changes    Path
  1.2       +2 -1      jboss-seam/examples/hibernate/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/hibernate/resources/WEB-INF/components.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- components.xml	10 Jun 2006 07:16:12 -0000	1.1
  +++ components.xml	14 Oct 2006 22:47:02 -0000	1.2
  @@ -13,7 +13,8 @@
       <!-- Bootstrap Hibernate -->
       <component name="bookingDatabase" 
                 class="org.jboss.seam.core.ManagedHibernateSession"/>
  -    <component class="org.jboss.seam.core.Hibernate"/> 
  +    <component name="hibernateSessionFactory"
  +              class="org.jboss.seam.core.HibernateSessionFactory"/> 
       <component class="org.jboss.seam.core.Microcontainer" 
              installed="@microcontainer@"/>
       
  
  
  



More information about the jboss-cvs-commits mailing list