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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Jan 31 01:51:33 EST 2007


  User: sbryzak2
  Date: 07/01/31 01:51:33

  Modified:    examples/seamspace/resources/META-INF  persistence.xml
  Log:
  added a couple more members, turned off hibernate sql logging
  
  Revision  Changes    Path
  1.4       +6 -6      jboss-seam/examples/seamspace/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/seamspace/resources/META-INF/persistence.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- persistence.xml	3 Dec 2006 04:18:54 -0000	1.3
  +++ persistence.xml	31 Jan 2007 06:51:33 -0000	1.4
  @@ -8,7 +8,7 @@
         <jta-data-source>java:/seamspaceDatasource</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