From: <hib...@li...> - 2006-04-13 12:13:00
|
Author: ste...@jb... Date: 2006-04-13 08:12:54 -0400 (Thu, 13 Apr 2006) New Revision: 9745 Modified: trunk/Hibernate3/etc/hibernate.properties Log: removed timesten not supported comment Modified: trunk/Hibernate3/etc/hibernate.properties =================================================================== --- trunk/Hibernate3/etc/hibernate.properties 2006-04-13 12:12:00 UTC (rev 9744) +++ trunk/Hibernate3/etc/hibernate.properties 2006-04-13 12:12:54 UTC (rev 9745) @@ -73,7 +73,7 @@ #hibernate.connection.username db2 #hibernate.connection.password db2 -## TimesTen (not supported yet) +## TimesTen #hibernate.dialect org.hibernate.dialect.TimesTenDialect #hibernate.connection.driver_class com.timesten.jdbc.TimesTenDriver @@ -96,7 +96,7 @@ #hibernate.connection.url jdbc:as400://systemname -## Derby +## Derby (not supported!) #hibernate.dialect org.hibernate.dialect.DerbyDialect #hibernate.connection.driver_class org.apache.derby.jdbc.EmbeddedDriver |