Joined: Mon Nov 14, 2005 6:28 am Posts: 9
|
I'm using hibernate 2 for connect web application in oracle9ias and oracle 9 database.
When the application this inactive during a period of time, the application loses the connectivity with the database.
I have proven to modify the configuration file adding:
hibernate.connection.autoReconnect: true
hibernate.connection.autoReconnectForPools: true hibernate.connection.is-connection-validation-required: true
But it has not given result.
Some suggestion?
Thank you very much.
|
|