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

Gavin King gavin.king at jboss.com
Thu Nov 16 21:49:04 EST 2006


  User: gavin   
  Date: 06/11/16 21:49:04

  Modified:    examples/hibernate/resources/WEB-INF  components.xml
  Log:
  remove lots of create=true
  
  Revision  Changes    Path
  1.5       +1 -0      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components.xml	10 Nov 2006 19:07:55 -0000	1.4
  +++ components.xml	17 Nov 2006 02:49:04 -0000	1.5
  @@ -15,6 +15,7 @@
       
       <!-- Bootstrap Hibernate -->
       <component name="bookingDatabase" 
  +        auto-create="true"
                 class="org.jboss.seam.core.ManagedHibernateSession"/>
       <component name="hibernateSessionFactory"
                 class="org.jboss.seam.core.HibernateSessionFactory"/> 
  
  
  



More information about the jboss-cvs-commits mailing list