Hi, I have an application that I'm running in tomcat and I think Tomcat server is not that stable for my application for it losses connection to the database after a while. I tried deploying my apps...
Type: Posts; User: jlcatubay; Keyword(s):
Hi, I have an application that I'm running in tomcat and I think Tomcat server is not that stable for my application for it losses connection to the database after a while. I tried deploying my apps...
I inherited an application and it's using this method (getHibernateTemplate().saveOrUpdateAll(collection)). It is saving new data when I call this method, but I'm trying to understand how does it...