Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:3
My problem is someting like the following:
I'm using Hibernate in CMT with weblogic, as DB we are using Oracle. The user has to create events and save them to DB. the user create the first event object (eventName= "A") and save it to DB, then create second one (eventName = "B") and save it, and the he create a third one (eventName = "C"). Now when looking in DB we see that all objects are saved with the same data as the third object : first onj.eventName = "C", second obj.eventName = "C" and the third one has the same thing.
Does anyone has something like that before.
thank you in advance
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:Oracle
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt: