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?
If it is not a bug, then what am I doing wrong?
Thanks.