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

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/META-INF  persistence.xml
  Log:
  turn off sql logging, clean up newlines
  
  Revision  Changes    Path
  1.13      +1 -1      jboss-seam/examples/dvdstore/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/dvdstore/resources/META-INF/persistence.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- persistence.xml	23 Jun 2007 22:04:52 -0000	1.12
  +++ persistence.xml	15 Jul 2007 02:12:46 -0000	1.13
  @@ -9,7 +9,7 @@
         <properties>
            <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
            <property name="hibernate.cache.use_query_cache" value="true"/>
  -         <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"/>
  
  
  



More information about the jboss-cvs-commits mailing list