[jboss-cvs] jboss-seam/examples/spring/resources ...

Norman Richards norman.richards at jboss.com
Tue Feb 20 01:16:27 EST 2007


  User: nrichards
  Date: 07/02/20 01:16:26

  Modified:    examples/spring/resources  hibernate.cfg.xml
  Log:
  make booking work
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/examples/spring/resources/hibernate.cfg.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate.cfg.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/resources/hibernate.cfg.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- hibernate.cfg.xml	19 Feb 2007 21:53:22 -0000	1.1
  +++ hibernate.cfg.xml	20 Feb 2007 06:16:26 -0000	1.2
  @@ -4,7 +4,7 @@
   
   <hibernate-configuration>
       <session-factory name="java:/bookingDatabase">
  -        <property name="show_sql">false</property>
  +        <property name="show_sql">true</property>
           <property name="connection.datasource">java:/DefaultDS</property>
           <property name="hbm2ddl.auto">create-drop</property>
           <property name="cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
  
  
  



More information about the jboss-cvs-commits mailing list