isaacrc82 wrote:
Hi everybody:
I am newbie using hibernate framework. I have made a web application that uses hibernate to insert, update and delete entities in a mysql database. I generated the map xml files and the dao classes and objects entities with MyEclipse 6.0 that work very well, but I'm having a problem:
When I deployed the web application to the tomcat 6.0 and start the tomcat service, everything work fine the inserts delete and retrieve work very well, but after one day when I'm going to use the aplication I get this error from the application: "Could not execute query" and of course nathing works then when I restart the tomcat 6.0 service everything work fine again.
I don't know why is this happening to the aplication ??? Could you help me please to find how to fix this ?
I hope you can help me.
Greetings
Ariel
Can you send us full error description, a stack trace and the code part that has the problem?
Farzad-