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

Peter Muir peter at bleepbleep.org.uk
Wed Aug 8 12:03:46 EDT 2007


  User: pmuir   
  Date: 07/08/08 12:03:46

  Modified:    examples/jee5/booking/resources/META-INF  persistence.xml
  Log:
  Formatting, and need to add drools libs in
  
  Revision  Changes    Path
  1.2       +4 -4      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- persistence.xml	7 Aug 2007 03:21:11 -0000	1.1
  +++ persistence.xml	8 Aug 2007 16:03:46 -0000	1.2
  @@ -8,20 +8,20 @@
         <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
  +         <!-- 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