Update of /cvsroot/hibernate/Hibernate2/src
In directory sc8-pr-cvs1:/tmp/cvs-serv28503/src
Modified Files:
hibernate.properties
Log Message:
fixed proxy deserialization
Index: hibernate.properties
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/hibernate.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** hibernate.properties 12 Jan 2003 07:07:48 -0000 1.6
--- hibernate.properties 12 Jan 2003 09:02:57 -0000 1.7
***************
*** 45,54 ****
## MySQL
! #hibernate.dialect net.sf.hibernate.dialect.MySQLDialect
! #hibernate.connection.driver_class org.gjt.mm.mysql.Driver
! #hibernate.connection.driver_class com.mysql.jdbc.Driver
! #hibernate.connection.url jdbc:mysql:///test
! #hibernate.connection.username mysql
! #hibernate.connection.password mysql
--- 45,54 ----
## MySQL
! hibernate.dialect net.sf.hibernate.dialect.MySQLDialect
! hibernate.connection.driver_class org.gjt.mm.mysql.Driver
! hibernate.connection.driver_class com.mysql.jdbc.Driver
! hibernate.connection.url jdbc:mysql:///test
! hibernate.connection.username mysql
! hibernate.connection.password mysql
***************
*** 103,114 ****
## MS SQL Server
! hibernate.dialect net.sf.hibernate.dialect.SybaseDialect
! hibernate.connection.username foo
! hibernate.connection.password bar
## JSQL Driver
! hibernate.connection.driver_class com.jnetdirect.jsql.JSQLDriver
! hibernate.connection.url jdbc:JSQLConnect://WL99LCX27:1433
## JTURBO Driver
--- 103,114 ----
## MS SQL Server
! #hibernate.dialect net.sf.hibernate.dialect.SybaseDialect
! #hibernate.connection.username sa
! #hibernate.connection.password
## JSQL Driver
! #hibernate.connection.driver_class com.jnetdirect.jsql.JSQLDriver
! #hibernate.connection.url jdbc:JSQLConnect://CO3061835-A:1433
## JTURBO Driver
|