Hibernate version:3
Hi, i'm using hibernate 3 into tomcat with a db2/400 using jtopen library.
I have a problem, my iseries at 24:00 every day shutdown and restart 7:00am .
to the morning my web app throws "communication link failure", i have put this my hibernate.cfg
Code:
<property name="connection.autoReconnect">true</property>
<property name="connection.autoReconnectForPools">true</property>
<property name="connection.is-connection-validation-required">true</property>
But don't work again, it's problem of my jtopen library? or or mistake me.
Can you help me to Reconnect to the database with hibernate please
Devis