Hi,
The problem I have run in to is kind of strange and not sure if Hibernate has something to do with it but will explain it anyway.
I am using Hibernate 3.2.6.ga in my web application. Attempt to update a column in one table (endDate) using the UI passes successfully with no exception but when i check the column is not updated. I debugged the process and the new endDate is set to the bean, persistenceManager.save() acts like saving the updated values, but on load, still has the old endDate value.
Has anyone else experienced this kind of problem?
Using MS SQL server
|