Joined: Fri Jan 23, 2004 3:54 am Posts: 5
|
Hmm, I'm not quite sure what you mean with 'pool' but:
In my hibernate.properties I've got the following settings:
hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect
hibernate.connection.driver_class=org.gjt.mm.mysql.Driver
hibernate.connection.url jdbc:mysql://mysql0.lan/lalala
hibernate.connection.username lalalalaName
hibernate.connection.password lalalalaPW
hibernate.connection.pool_size=10
hibernate.statement_cache.size=100
hibernate.show_sql false
hibernate.use_outer_join true
hibernate.connection.autoReconnect true
hibernate.connection.autoReconnectForPools true
hibernate.connection.is-connection-validation-required true
(the lalala's are not really there ;) )
mysql-connector-java-3.0.6-stable-bin.jar is used to connect to the MySQL-database.
|
|