Hello Everyone, I'm using Hibernate3, struts2 and oracle server as DB in my web project. I'm facing one problem with DB connection, once it exceeds the Oracle server's session timeout, it shows the following error : "Hibernate exception : Unable to connect ", this problem exist even when i refresh the login page or reopen new login page. But when i connect to Oracle DB from oracle client and then try to connect from login page (hibernate connection) it successfully reconnects to Oracle DB. Please help me to solve this problem. Thanks
|