Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0
Name and version of the database you are using: Sybase 12.5.0
I have a couple of mappings which use versioning and I have been noticing that when there is a rollback the version numbers are not reset and as a result I must reset my domain objects which could result in losing unsaving data. When a rollback occurs shouldn't the version numbers for any objects which were updated be reset?