[hibernate-commits] Hibernate SVN: r18288 - entitymanager/branches/v3_4_0_GA_CP/src/test/resources.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sat Dec 19 11:14:47 EST 2009


Author: stliu
Date: 2009-12-19 11:14:47 -0500 (Sat, 19 Dec 2009)
New Revision: 18288

Modified:
   entitymanager/branches/v3_4_0_GA_CP/src/test/resources/hibernate.properties
Log:
JBPAPP-3153 change the build tool of Hibernate EM(eap 5 cp branch)

Modified: entitymanager/branches/v3_4_0_GA_CP/src/test/resources/hibernate.properties
===================================================================
--- entitymanager/branches/v3_4_0_GA_CP/src/test/resources/hibernate.properties	2009-12-19 16:14:16 UTC (rev 18287)
+++ entitymanager/branches/v3_4_0_GA_CP/src/test/resources/hibernate.properties	2009-12-19 16:14:47 UTC (rev 18288)
@@ -13,11 +13,12 @@
 #                                                                              #
 # Red Hat Author(s): Steve Ebersole                                            #
 ################################################################################
-hibernate.dialect @hibernate.dialect@
-hibernate.connection.driver_class @hibernate.connection.driver_class@
-hibernate.connection.username @hibernate.connection.username@
-hibernate.connection.password @hibernate.connection.password@
-hibernate.connection.url @hibernate.connection.url@
+hibernate.dialect ${db.dialect}
+hibernate.connection.driver_class ${jdbc.driver}
+hibernate.connection.url ${jdbc.url}
+hibernate.connection.username ${jdbc.user}
+hibernate.connection.password ${jdbc.pass}
+hibernate.connection.isolation ${jdbc.isolation}
 
 hibernate.query.substitutions yes 'Y', no 'N'
 



More information about the hibernate-commits mailing list