You are absolutely right - I did not read your posting carefully enaugh. Node's 'getChildren()' is known to be not threadsafe, while TreeCache's 'getChildrenNames(Fqn)' is intendet to be used by clients.
The ConcurrentModificationException is a bug. I'll fix this in cvs-head later today, so it can be includet in JBossCache 1.2 I also evaluated whether this can be workarounded it in your code (by doing a 'clone()' on the keyset before getting the iterator, but unfortunally the Set that is returned by HashMap's keySet()-method is not clonable). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856655#3856655 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856655 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
