[jboss-cvs] JBossAS SVN: r63776 - trunk/ejb3/src/resources/test/clusteredentity/classloader/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 2 12:31:06 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-07-02 12:31:06 -0400 (Mon, 02 Jul 2007)
New Revision: 63776

Modified:
   trunk/ejb3/src/resources/test/clusteredentity/classloader/META-INF/persistence.xml
Log:
Include SQL dialect

Modified: trunk/ejb3/src/resources/test/clusteredentity/classloader/META-INF/persistence.xml
===================================================================
--- trunk/ejb3/src/resources/test/clusteredentity/classloader/META-INF/persistence.xml	2007-07-02 16:29:44 UTC (rev 63775)
+++ trunk/ejb3/src/resources/test/clusteredentity/classloader/META-INF/persistence.xml	2007-07-02 16:31:06 UTC (rev 63776)
@@ -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>




More information about the jboss-cvs-commits mailing list