Brett Meyer commented on an issue
Hibernate ORM / Bug HHH-8564
ConcurrentModificationException during schema creationg
Hi, I have a entity User that have an @ElementCollection of Address (@Embeddable) with a @ElementCollection of AddressType.

I attach the test case.

This is the stack trace:

Caused by: java.util.ConcurrentModificationException
        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819)
        at java.util.ArrayList$Itr.remove(...