Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-users] ConcurrentModificationException

According to the Manifest file, I have version 1.1.1

Implementation-Version: 1.1.1.v20090430-r4097

I do have a multi-threaded environment but I'm reasonably certain that this
is not causing the issue. I can consistently reproduce the issue when my
OrderProcess has existing associations to Addresses. (entries in the
ORDER_PROCESS_ADDRESS table) If I delete those associations in the database
then I never see this exception occur. It is only when those associations
exist and I attempt to create new associations.

-- 
View this message in context: http://www.nabble.com/debugging-tp25261805p25278045.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top