[jboss-cvs] jboss-seam/examples/booking/resources/META-INF ...

Permaine Cheung pcheung at redhat.com
Thu Jun 14 15:03:47 EDT 2007


  User: pcheung 
  Date: 07/06/14 15:03:47

  Modified:    examples/booking/resources/META-INF  Tag: Seam_1_2_AP
                        persistence.xml
  Log:
  Reduce sql logging
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.1  +2 -2      jboss-seam/examples/booking/resources/META-INF/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/resources/META-INF/persistence.xml,v
  retrieving revision 1.11
  retrieving revision 1.11.2.1
  diff -u -b -r1.11 -r1.11.2.1
  --- persistence.xml	3 Dec 2006 04:18:52 -0000	1.11
  +++ persistence.xml	14 Jun 2007 19:03:47 -0000	1.11.2.1
  @@ -8,7 +8,7 @@
         <jta-data-source>java:/bookingDatasource</jta-data-source>
         <properties>
            <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
  -         <property name="hibernate.show_sql" value="true"/>
  +         <property name="hibernate.show_sql" value="false"/>
            <!-- These are the default for JBoss EJB3, but not for HEM: -->
            <property name="hibernate.cache.provider_class" value="org.hibernate.cache.HashtableCacheProvider"/>
            <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
  
  
  



More information about the jboss-cvs-commits mailing list