I am currently using mysql-connector-java-3 (See http://ava-3.ora-code.com).1.7-bin.jar. I have written a service that makes a connection to MySQL, then will sleep for a while, when an item needs to get inserted it will wake up and insert the value. When the connection sits idle for about 90 minutes I get the following exception:
When I perform a netstat on the MySQL server I can still see an ESTABLISHED connection, but I do not see that same ESTABLISHED connection on the MySQL jdbc side.
My only guess is that something is killing this connection....Could this be a bug in the connector ?