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

Peter Muir peter at bleepbleep.org.uk
Wed Aug 8 12:05:00 EDT 2007


  User: pmuir   
  Date: 07/08/08 12:05:00

  Modified:    examples/jee5/booking/resources/META-INF  persistence.xml
  Log:
  Oops
  
  Revision  Changes    Path
  1.3       +4 -3      jboss-seam/examples/jee5/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/jee5/booking/resources/META-INF/persistence.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- persistence.xml	8 Aug 2007 16:03:46 -0000	1.2
  +++ persistence.xml	8 Aug 2007 16:05:00 -0000	1.3
  @@ -8,20 +8,21 @@
         <jta-data-source>jdbc/__default</jta-data-source>
         <properties>
            <!-- The following two properties are for Glassfish -->
  -         <!-- <property name="hibernate.dialect" 
  +         <property name="hibernate.dialect" 
                 value="org.hibernate.dialect.DerbyDialect"/>
            <property name="hibernate.transaction.manager_lookup_class" 
  -            value="org.hibernate.transaction.SunONETransactionManagerLookup"/> -->
  +            value="org.hibernate.transaction.SunONETransactionManagerLookup"/>
           
                 
            <!-- The following three properties are OC4J -->
  +         <!-- 
            <property name="hibernate.dialect" 
                      value="org.hibernate.dialect.HSQLDialect"/>
            <property name="hibernate.query.factory_class" 
               value="org.hibernate.hql.classic.ClassicQueryTranslatorFactory"/>
            <property name="hibernate.transaction.manager_lookup_class" 
               value="org.hibernate.transaction.OrionTransactionManagerLookup"/>
  -         
  +         -->
            
            <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
            <property name="hibernate.show_sql" value="true"/>
  
  
  



More information about the jboss-cvs-commits mailing list