-->
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: net.sf.hibernate.AssertionFailure: collection was not proces
PostPosted: Tue Nov 23, 2004 3:42 am 
Newbie

Joined: Mon Sep 13, 2004 11:10 am
Posts: 2
When i ceaselessly invokeed the method findPurchaseDetailByKey() ,the following exception occur:


Hibernate version:2.1.4

Mapping documents:

Code between sessionFactory.openSession() and session.close():
public Purchaseformdetail findPurchaseDetailByKey(String id) throws SQLException {
try{
Purchaseformdetail purchaseFormDetail =(Purchaseformdetail) this.hsession.load(Purchaseformdetail.class, id);
this.hsession.flush();
return purchaseFormDetail;
}catch(HibernateException e){
throw new SQLException(e.getMessage());
}
}


Full stack trace of any exception that occurs:net.sf.hibernate.AssertionFailure: collection was not processsed by flush()

Name and version of the database you are using:MSSQL2000

Debug level Hibernate log excerpt:NO

I am not sure how to fix this problem.Hoping to see some responses.
thank you.


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.