[jboss-cvs] JBoss Messaging SVN: r3993 - branches/Branch_Hibernate_Persistence/src/main/org/jboss/messaging/jdbc/hb/pm/src/org/jboss/messaging/jdbc/hb/lib.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 2 17:35:38 EDT 2008


Author: bershath27
Date: 2008-04-02 17:35:38 -0400 (Wed, 02 Apr 2008)
New Revision: 3993

Added:
   branches/Branch_Hibernate_Persistence/src/main/org/jboss/messaging/jdbc/hb/pm/src/org/jboss/messaging/jdbc/hb/lib/persistence.xml
Log:
Initial commit

Added: branches/Branch_Hibernate_Persistence/src/main/org/jboss/messaging/jdbc/hb/pm/src/org/jboss/messaging/jdbc/hb/lib/persistence.xml
===================================================================
--- branches/Branch_Hibernate_Persistence/src/main/org/jboss/messaging/jdbc/hb/pm/src/org/jboss/messaging/jdbc/hb/lib/persistence.xml	                        (rev 0)
+++ branches/Branch_Hibernate_Persistence/src/main/org/jboss/messaging/jdbc/hb/pm/src/org/jboss/messaging/jdbc/hb/lib/persistence.xml	2008-04-02 21:35:38 UTC (rev 3993)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<persistence>
+   <persistence-unit name="JBMJDBCEntityManager">
+      <!--jta-data-source>java:/JBMDS</jta-data-source-->
+      <properties>
+         <property name="hibernate.hbm2ddl.auto" value="create-drop"/>
+         <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/>
+         <property name="hibernate.show_sql" value="true"/>
+         <property name="hibernate.connection.driver_class" value="org.hsqldb.jdbcDriver"/>
+         <property name="hibernate.connection.url" value="jdbc:hsqldb:."/>
+         <property name="hibernate.connection.user" value="sa"/>
+      </properties>
+   </persistence-unit>
+</persistence>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list