Hi Raju,
Did you - or anyone - managed to solve this problem?
I have two applications, both using Hibernate. One is a desktop application, the other one is a (Tomcat) web application. When a record is inserted by the web application, the session is closed and the tansaction is commited. Though, I still cannot fetch the record into my web application. By fetching, I use the SessionFactory to open a session. When I restart my desktop application, the record is fetched properly.
I use Hibernate 3.1 and Tomcat 5.5.20
Thanks in advance,
Willem
|