From: <hib...@li...> - 2006-05-28 14:47:17
|
Author: max...@jb... Date: 2006-05-28 10:47:10 -0400 (Sun, 28 May 2006) New Revision: 9950 Modified: trunk/Hibernate3/etc/hibernate.properties Log: oops Modified: trunk/Hibernate3/etc/hibernate.properties =================================================================== --- trunk/Hibernate3/etc/hibernate.properties 2006-05-28 13:04:35 UTC (rev 9949) +++ trunk/Hibernate3/etc/hibernate.properties 2006-05-28 14:47:10 UTC (rev 9950) @@ -35,11 +35,11 @@ hibernate.connection.url jdbc:hsqldb:. ## H2 (www.h2database.com) -hibernate.dialect org.hibernate.dialect.H2Dialect -hibernate.connection.driver_class org.h2.Driver -hibernate.connection.username sa -hibernate.connection.password -hibernate.connection.url jdbc:h2:testdb/h2test +#hibernate.dialect org.hibernate.dialect.H2Dialect +#hibernate.connection.driver_class org.h2.Driver +#hibernate.connection.username sa +#hibernate.connection.password +#hibernate.connection.url jdbc:h2:testdb/h2test #hibernate.connection.url jdbc:h2:mem:imdb1 #hibernate.connection.url jdbc:h2:tcp://dbserv:8084/sample; #hibernate.connection.url jdbc:h2:ssl://secureserv:8085/sample; |