[udig-devel] ConcurrentModificationException on resources loading

Andrea Antonello andrea.antonello at gmail.com
Fri Oct 12 01:24:28 PDT 2007


Hi, I'm loading two resources into a map right one after the other.
By doing that I get an exception:
java.util.ConcurrentModificationException
	at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
	at java.util.HashMap$KeyIterator.next(HashMap.java:828)
	at
net.refractions.udig.catalog.internal.CatalogImpl.find(CatalogImpl.java:230)

Am I doing something wrong or is there some need for more safeness?

Ciao
Andrea


More information about the udig-devel mailing list