Joined: Tue Jan 08, 2013 12:59 pm Posts: 2
|
Hi all, we have just made a massive upgrade for our web application - jumped from jboss 4 to jboss 7. we have also moved from hibernate 3 to hibernate 4.
I have encountered this weird behavior (which did not happen under hibernate 3): 1. I run an hql (lets say the hql filters the status field - status = 1) and get one object back. 2. I change its status to 2. 3. I run the hql again and get the same object (its even the same instance - with the changed status!) - which does not match the criteria anymore!
can someone help?
|
|