-->
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.  [ 4 posts ] 
Author Message
 Post subject: Forgot to mention dependent libraries for each release?
PostPosted: Fri Jul 01, 2005 4:55 pm 
Newbie

Joined: Thu Jun 09, 2005 6:41 am
Posts: 10
I downloaded the latest release of Hibernate3 and HibernateAnnotations and it seemed that statements such as

Code:
HibernateFilter.beginTransaction();
HibernateFilter.getSession().save(UserObj);
HibernateFilter.commitTransaction();

HibernateFilter.beginTransaction();
HibernateFilter.getSession().saveOrUpdate(UserObj);
HibernateFilter.commitTransaction();

HibernateFilter.beginTransaction();
HibernateFilter.getSession().persist(UserObj);
HibernateFilter.commitTransaction();


is not making any new entries in the database, inspite of being followed by flush and close statements. I have built my test code on top of the examples found in HibernateExt/MetaData (Annotations).

I can only presume that the Hibernate3 release used :
# Hibernate 3.1 alpha 1 (24.06.2005) development
may not be the right version and I am downloading
* Hibernate 3.0.5 (25.05.2005) production
with the hope that
# Hibernate Annotations 3.1 beta 3 Preview (24.06.2005) development
will work fine with the last stable production release OR was built and tested with the last stable and production release.

Kindly let me know if I am exploring in the right direction. Ofcourse in future, mentioning the version of other releases of dependent libraries (especially to that of Hibernate-Core) would be of good help.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 01, 2005 5:05 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Why do you ignore the steps listed in "Before Posting" here:

http://www.hibernate.org/ForumMailingli ... AskForHelp


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 01, 2005 5:10 pm 
Newbie

Joined: Thu Jun 09, 2005 6:41 am
Posts: 10
I did search through the forums, documentaions etc. I am sorry if, during my search, I have missed out any resource that could have guided me. I have posted only after searching through the lists and documentation.

Any pointer would be of great help. Thanks in advance.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 01, 2005 6:22 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Debug Log? Debugger?


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

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.