Bug 231643

Summary: ConcurrentModificationException during shutdown
Product: [WebTools] Dali JPA Tools Reporter: Brian Vosburgh <brian.vosburgh>
Component: GeneralAssignee: Brian Vosburgh <brian.vosburgh>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: karenfbutzke, neil.hauge
Version: 2.0Flags: neil.hauge: review+
Target Milestone: 2.0.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
stacktrace
none
proposed patch none

Description Brian Vosburgh CLA 2008-05-12 15:19:51 EDT
Created attachment 99794 [details]
stacktrace

I encountered a ConcurrentModificationException during shutdown. The code in GenericJpaFile.dispose() needs some work. I will attach the relevant portion of the stacktrace.
Comment 1 Brian Vosburgh CLA 2008-05-12 15:44:21 EDT
Created attachment 99800 [details]
proposed patch
Comment 2 Karen Butzke CLA 2008-06-03 11:40:53 EDT
I just hit this within eclipse when changing the platform from generic to eclipselink.  It leaves the project in a bad state, the persistence.xml editor is the one with just the Source tab.  Going back to the project properties and trying to view the JPA properties throws another exception and you can't view them.  Have to restart eclipse to get the project properly defined with the eclipselink platform
Comment 3 Brian Vosburgh CLA 2008-07-21 18:43:00 EDT
Released changes to HEAD (soon to be branched for 2.0.1).