These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Objects saved with the same data
PostPosted: Wed Nov 30, 2005 5:33 pm 
Newbie

Joined: Tue Jun 21, 2005 10:11 pm
Posts: 6
Location: Canada
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:


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.