[jboss-cvs] JBossAS SVN: r60690 - in branches/Branch_4_2/ejb3/src/resources/test: clusteredentity/classloader/META-INF and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 19 23:56:52 EST 2007


Author: bstansberry at jboss.com
Date: 2007-02-19 23:56:52 -0500 (Mon, 19 Feb 2007)
New Revision: 60690

Modified:
   branches/Branch_4_2/ejb3/src/resources/test/clusteredentity/META-INF/persistence.xml
   branches/Branch_4_2/ejb3/src/resources/test/clusteredentity/classloader/META-INF/persistence.xml
   branches/Branch_4_2/ejb3/src/resources/test/clusteredsession/META-INF/persistence.xml
Log:
Declare a hibernate.dialect

Modified: branches/Branch_4_2/ejb3/src/resources/test/clusteredentity/META-INF/persistence.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/clusteredentity/META-INF/persistence.xml	2007-02-20 02:52:23 UTC (rev 60689)
+++ branches/Branch_4_2/ejb3/src/resources/test/clusteredentity/META-INF/persistence.xml	2007-02-20 04:56:52 UTC (rev 60690)
@@ -6,6 +6,7 @@
          <property name="hibernate.cache.provider_class" value="org.jboss.ejb3.entity.TreeCacheProviderHook"/>
          <property name="hibernate.treecache.mbean.object_name" value="jboss.cache:service=EJB3EntityTreeCache"/>
          <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
+         <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
       </properties>
    </persistence-unit>
 </persistence>

Modified: branches/Branch_4_2/ejb3/src/resources/test/clusteredentity/classloader/META-INF/persistence.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/clusteredentity/classloader/META-INF/persistence.xml	2007-02-20 02:52:23 UTC (rev 60689)
+++ branches/Branch_4_2/ejb3/src/resources/test/clusteredentity/classloader/META-INF/persistence.xml	2007-02-20 04:56:52 UTC (rev 60690)
@@ -8,6 +8,7 @@
          <!-- Must use "update" here as we do a test of redeployment and don't want to drop the db -->
          <property name="hibernate.hbm2ddl.auto" value="update"/>
          <property name="hibernate.cache.use_query_cache" value="true"/>
+         <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
       </properties>
    </persistence-unit>
 </persistence>

Modified: branches/Branch_4_2/ejb3/src/resources/test/clusteredsession/META-INF/persistence.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/clusteredsession/META-INF/persistence.xml	2007-02-20 02:52:23 UTC (rev 60689)
+++ branches/Branch_4_2/ejb3/src/resources/test/clusteredsession/META-INF/persistence.xml	2007-02-20 04:56:52 UTC (rev 60690)
@@ -5,6 +5,7 @@
       <properties>
           <property name="hibernate.session_factory_name" value="tempdb"/>
           <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
+         <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
       </properties>
    </persistence-unit>
 </persistence>




More information about the jboss-cvs-commits mailing list