Hi,

I am getting this exception when committing.


java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
        at java.util.HashMap$EntryIterator.next(HashMap.java:834)
        at java.util.HashMap$EntryIterator.next(HashMap.java:832)
        at
org.objectstyle.cayenne.access.ObjectStore.postprocessAfterCommit(ObjectStore.java:575)

        at
org.objectstyle.cayenne.access.DataContext.flushToParent(DataContext.java:1263)

        at
org.objectstyle.cayenne.access.DataContext.commitChanges(DataContext.java:1166)

...

I am using cayenne 1.2.3. I am a bit clueless where to look for as the
Exception is thrown obviously after the commit succeeds.

thanks

best regards

Reply via email to