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

Norman Richards norman.richards at jboss.com
Sat Jul 14 22:12:46 EDT 2007


  User: nrichards
  Date: 07/07/14 22:12:46

  Modified:    examples/dvdstore/resources  hibernate.cfg.xml
  Log:
  turn off sql logging, clean up newlines
  
  Revision  Changes    Path
  1.9       +163 -163  jboss-seam/examples/dvdstore/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/dvdstore/resources/hibernate.cfg.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- hibernate.cfg.xml	21 Jun 2007 15:32:37 -0000	1.8
  +++ hibernate.cfg.xml	15 Jul 2007 02:12:46 -0000	1.9
  @@ -7,7 +7,7 @@
   <hibernate-configuration>
     <session-factory>
   
  -    <property name="show_sql">true</property>
  +    <property name="show_sql">false</property>
       <property name="connection.datasource">java:/dvdDatasource</property>
       <property name="transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
       <property name="transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
  
  
  



More information about the jboss-cvs-commits mailing list