Hi,
I'm running a Hibernate Application on a WebSphere 6.0 Application Server. That Application runs fine for quite a while, but runs into problems. The main problem is, that I change some objects in a transaction but there is no update or select statement on the database.
I've tried several things, changed the logging and can see, all the select statement that are executed. I'm using a JNDI base datasource with my own (ThreadLocal) based transaction handling. I'm pretty sure that the change is made in a transaction, the hibernate session is open and I can connect to the database. Also I can see hibernate executes select stamtents but no update or delete statements. The statements just don't appear on the logfiles so the data won't be changed in the database.
For me it seems hibernate doesn't recognize the change and thinks there is no need for a change in a persistent object.
Has anyone similar experiences or problems with WebSphere?
Thanks a lot
Joerg
Hibernate version: 3.05
|