Ignore:
Timestamp:
09/18/11 23:57:06 (8 months ago)
Author:
xeraph
Branch:
default
Convert:
svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2780
Message:

fixed mysql wait_timeout problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kraken-dom/src/main/resources/OSGI-INF/kraken-jpa/config

    r333 r346  
    88hibernate.show_sql = false 
    99hibernate.hbm2ddl.auto = update 
     10hibernate.connection.autoReconnect = true 
     11hibernate.connection.autoReconnectForPools = true 
     12hibernate.connection.is-connection-validation-required = true 
     13hibernate.connection.validationQuery = SELECT 1 
     14hibernate.connection.testOnBorrow = true 
     15hibernate.connection.testWhileIdle = true 
     16hibernate.connection.timeBetweenEvictionRunsMillis = 10000 
     17hibernate.connection.minEvictableIdleTimeMillis = 60000 
Note: See TracChangeset for help on using the changeset viewer.