-->
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.  [ 2 posts ] 
Author Message
 Post subject: java.util.ConcurrentModificationException
PostPosted: Thu Aug 07, 2008 10:12 am 
Newbie

Joined: Thu Aug 07, 2008 10:09 am
Posts: 3
I have three tables:

A: id (PK),name
B: id , sno, des (id and sno are composite key; id is the foreign key references A(id))
C: id , sno ,code ,des (id, sno,code are composite key; id and sno are the foreign key references B(id,sno))

How should i set the annotation java class about the three table.Now i use the A entity,B embeddable and CollectionOfElements,
and C is the same with B. But when save it, throw Caused by: java.util.ConcurrentModificationException.

Thanks!


Top
 Profile  
 
 Post subject: Re: java.util.ConcurrentModificationException
PostPosted: Fri Aug 08, 2008 8:18 am 
Newbie

Joined: Tue Aug 05, 2008 4:39 pm
Posts: 3
I had problems with getting ConcurrentModificationException when I was displaying debug-logging from Hibernate. (I use log4j) When I rasied the log level of "org.hibernate" the problems went away.

Don't know if this is the problem you're having though..


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.