I am using MySQL as DB, and Toplink essential as persistence layer.
There is a column, that I used to update regularly. But am always getting the value the value that was there at instance of START of the server.
But I restart the server, then only, its giving me the updated value.
What could be the problem?