From: <one...@us...> - 2003-01-09 15:16:10
|
Update of /cvsroot/hibernate/Hibernate2/src In directory sc8-pr-cvs1:/tmp/cvs-serv9298 Modified Files: hibernate.properties Log Message: made <param> tag work again Index: hibernate.properties =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/hibernate.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** hibernate.properties 9 Jan 2003 12:24:47 -0000 1.4 --- hibernate.properties 9 Jan 2003 15:15:34 -0000 1.5 *************** *** 36,44 **** ## DB2 ! hibernate.dialect net.sf.hibernate.dialect.DB2Dialect ! hibernate.connection.driver_class COM.ibm.db2.jdbc.app.DB2Driver ! hibernate.connection.url jdbc:db2:test ! hibernate.connection.username db2 ! hibernate.connection.password db2 --- 36,44 ---- ## DB2 ! #hibernate.dialect net.sf.hibernate.dialect.DB2Dialect ! #hibernate.connection.driver_class COM.ibm.db2.jdbc.app.DB2Driver ! #hibernate.connection.url jdbc:db2:test ! #hibernate.connection.username db2 ! #hibernate.connection.password db2 *************** *** 55,63 **** ## Oracle ! #hibernate.dialect net.sf.hibernate.dialect.OracleDialect ! #hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver ! #hibernate.connection.username ora ! #hibernate.connection.password ora ! #hibernate.connection.url jdbc:oracle:thin:@localhost:1521:test --- 55,63 ---- ## Oracle ! hibernate.dialect net.sf.hibernate.dialect.OracleDialect ! hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver ! hibernate.connection.username ora ! hibernate.connection.password ora ! hibernate.connection.url jdbc:oracle:thin:@localhost:1521:test |