Hi there,
I am using Hibernate 3.0 with MySQL 5.0
I built my Web Application the same style as the CaveatEmptor Example, using DAO-Objects to Access Data through Hibernate. Now it happens quite often that my Application suddenly throws a
Quote:
javax.servlet.ServletException: org.hibernate.exception.GenericJDBCException: could not execute query
This happens by chance, when I reload the page where it occurs, it sometimes throws the Exception again, sometimes it shows the expected result. The occurance of this Exception seems to be totally independent of what I am doing with the application.
Does anybody has some ideas how to solve that?
Thanks,
Felix