-->
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: ConcurrentModification on postFlush() of Interceptor
PostPosted: Tue Sep 01, 2015 8:05 am 
Newbie

Joined: Tue Sep 01, 2015 7:21 am
Posts: 2
I have extended the EmptyInterceptor provided by hibernate to perform some logic on post flush. The overwritten post flush method is provided with an iterator. When I tried to iterate, I received ConcurrentModificationException So the problem is, the iterator becomes invalid because the collection is modified. When I analysed the code, StatefulPersistenceContext is the class where the map is manipulated.

So what could be the possible root cause of the issue. How we can avoid this exception.

Note: I am using the hibernate-core-4.2.13.Final.jar


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.