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

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


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

  Modified:    examples/jpa/resources  Tag: Seam_1_2_AP persistence.xml
  Log:
  Reduce sql logging
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +2 -2      jboss-seam/examples/jpa/resources/persistence.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/resources/persistence.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -b -r1.2 -r1.2.2.1
  --- persistence.xml	3 Dec 2006 04:18:53 -0000	1.2
  +++ persistence.xml	14 Jun 2007 19:03:48 -0000	1.2.2.1
  @@ -8,7 +8,7 @@
         <jta-data-source>java:/DefaultDS</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"/>
            <property name="hibernate.cache.provider_class" value="org.hibernate.cache.HashtableCacheProvider"/>
            <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
            <!-- alternative
  
  
  



More information about the jboss-cvs-commits mailing list