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

Gavin King gavin.king at jboss.com
Fri Dec 1 19:56:37 EST 2006


  User: gavin   
  Date: 06/12/01 19:56:37

  Modified:    examples/dvdstore/resources  hibernate.cfg.xml
  Log:
  show the sql
  
  Revision  Changes    Path
  1.6       +1 -1      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- hibernate.cfg.xml	19 Apr 2006 02:56:25 -0000	1.5
  +++ hibernate.cfg.xml	2 Dec 2006 00:56:37 -0000	1.6
  @@ -7,7 +7,7 @@
   <hibernate-configuration>
     <session-factory>
   
  -    <property name="show_sql">false</property>
  +    <property name="show_sql">true</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