So basically what I am saying is:
for(Object key : removedKeys) {
JarFile jarFile = fileCache.remove(key); ... Is not safe, as Object key may not be the actual key in the other map (even though it was intended to be so) -- View this message in context: http://openejb.979440.n4.nabble.com/Re-svn-commit-r1146747-openejb-trunk-openejb3-container-openejb-core-src-main-java-org-apache-openeja-tp3674308p3677845.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.
