Hi, I am trying to queue an event during the 'Process Validation' phase in one of my ValueChangeListeners. But, to my surprise, I get an java.util.ConcurrentModificationException. When I switched to sun RI implementation, it didnt happen. Also, after reading the spec a bit, as far as I understood, it is legal to queue an event from almost any phase including 'Process Validation' phase. If it is a bug, can I submit it? If so, where do I do it?
Yes, please submit it to http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10600
Thanks, Manfred

