Guys,
Met very strange situation here. Application was developed year ago. Handles 25 types of entities just perfectly. All entities inserted, updated, selected, deleted just fine.
Surpisizingly it stopped inserting one of them what might be considered normal because code base changes from time to time. But the way it fails is absolutely irrational. Calls to session.saveOrUpdate()
do not throw any exception , however,
entity not inserted into database. Transaction.commit() is called of course, moreover, the same library used for all types of entities and all other entities inserted.
Entity mapping is the most simple, plain properties with no lists, bags, maps whatsoever. No need to say database is up and running.
Has anyone observed such misbehavior?
Thank you in advance,
Filin
Hibernate version: 3.1
Name and version of the database you are using: TimesTen
Read this:
http://hibernate.org/42.html