[jboss-cvs] jboss-seam/examples/wiki/src/etc/META-INF ...

Christian Bauer christian at hibernate.org
Sat Apr 21 04:13:50 EDT 2007


  User: cbauer  
  Date: 07/04/21 04:13:50

  Modified:    examples/wiki/src/etc/META-INF  persistence-prod-war.xml
  Log:
  Kicked out jCaptcha and replaced with simple math captcha
  
  Revision  Changes    Path
  1.4       +0 -2      jboss-seam/examples/wiki/src/etc/META-INF/persistence-prod-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence-prod-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/META-INF/persistence-prod-war.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- persistence-prod-war.xml	19 Apr 2007 18:36:11 -0000	1.3
  +++ persistence-prod-war.xml	21 Apr 2007 08:13:50 -0000	1.4
  @@ -10,8 +10,6 @@
         <jta-data-source>java:/wikiDatasource</jta-data-source>
         <properties>
            <property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5InnoDBDialect"/>
  -         <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
  -         <property name="hibernate.show_sql" value="true"/>
            <property name="hibernate.jdbc.batch_size" value="0"/>
            <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
         </properties>
  
  
  



More information about the jboss-cvs-commits mailing list