Author: hardy.ferentschik
Date: 2008-06-18 13:59:30 -0400 (Wed, 18 Jun 2008)
New Revision: 14780
Modified:
annotations/trunk/src/test/hibernate.properties
Log:
Changed some settings to run against mysql.
Modified: annotations/trunk/src/test/hibernate.properties
===================================================================
--- annotations/trunk/src/test/hibernate.properties 2008-06-18 17:56:27 UTC (rev 14779)
+++ annotations/trunk/src/test/hibernate.properties 2008-06-18 17:59:30 UTC (rev 14780)
@@ -32,9 +32,7 @@
hibernate.connection.driver_class org.hsqldb.jdbcDriver
hibernate.connection.username sa
hibernate.connection.password
-hibernate.connection.url jdbc:hsqldb:hsql://localhost
-hibernate.connection.url jdbc:hsqldb:test
-hibernate.connection.url jdbc:hsqldb:.
+hibernate.connection.url jdbc\:hsqldb\:.
## MySQL
@@ -43,8 +41,8 @@
#hibernate.dialect org.hibernate.dialect.MySQLInnoDBDialect
#hibernate.dialect org.hibernate.dialect.MySQLMyISAMDialect
#hibernate.connection.driver_class com.mysql.jdbc.Driver
-#hibernate.connection.url jdbc:mysql:///test
-#hibernate.connection.username emmanuel
+#hibernate.connection.url jdbc:mysql://localhost/hibernate
+#hibernate.connection.username hibernate
#hibernate.connection.password hibernate
Show replies by date