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
This archive was generated by hypermail 2.0.0 : Tue Nov 03 2009 - 11:03:30 EST