Hi Paul,
A couple of responses to your questions.
1. The code that I'm using references boilerplate code that MyEclipse creates for you automatically. I didn't hand-craft the underlying session code or anything like that. And,....
2. This code works perfectly locally.
Both local and remote (server) the code is using Tomcat 5.5, MySQL 5.0.x (though different actual release numbers). Remote uses Apache and Linux where development is Windows and just Tomcat for both Web server and
servlet container. Both local and remote use the same
JDBC driver version (though I also tried the 3.x and 5.0 versions on the server to see if that would help. It didn't).
I also tried adding autoReconnect="true" as shown below (from hibernate config file), but that didn't seem to help either...
<property name="connection.url">
jdbc:mysql://localhost:3306/TestProject?autoReconnect="true"
</property>
-------------
I'm not sure how to actually track down this problem.
There are LOTS of postings about this error, but no fixes that I've seen.
Thanks again for any thing you can suggest.
Mike