Hi,
I have a very peculiar problem when using Hibernate. The problem is as follows.
On a particular action I update a set of tables. As I use JBPM also, I trigger a JBPM transition also on this action. All the details are being updated except one table. To be exact, this table is also updated and then the values revert back to old values or some other values. I've observed this in Toad. I performed this action, refreshed Toad to see the new correct values and when I refresh again, the values have changed to something else. Moreover this doesnt happen all the time, but when it starts happening, it repeats continously.
I use Oracle 10g as my database and Hibernate 2.0
Did anyone face this kind of a problem. Please suggest if anyone has fixed this kind of a problem.
Thanks,
Raghav
|