Re: [Wicket-user] Any users getting an UnsupportedOperationException on 2.0 trunk?

2007-01-23 Thread TimOBrien
/wicket/trunk/wicket/src/main/java/wicket/feedback/FeedbackMessages.java?view=annotate -igor On 1/22/07, TimOBrien [EMAIL PROTECTED] wrote: No doubt, I don't have the stack trace at hand, but I can point you to line 1066 in cleanupFeedbackMessages() in Session. The issue here

[Wicket-user] Any users getting an UnsupportedOperationException on 2.0 trunk?

2007-01-22 Thread TimOBrien
I updated my copy of trunk, and I kept on getting this message: java.lang.UnsupportedOperationException java.util.concurrent.CopyOnWriteArrayList$COWIterator.remove(CopyOnWriteArrayList.java:937) wicket.Session.cleanupFeedbackMessages(Session.java:1067) Tracked it down to

Re: [Wicket-user] Any users getting an UnsupportedOperationException on 2.0 trunk?

2007-01-22 Thread TimOBrien
, the list needs to be threadsafe can you please paste the stacktrace so we can see where the remove() is being called from? -igor On 1/22/07, TimOBrien [EMAIL PROTECTED] wrote: I updated my copy of trunk, and I kept on getting this message: java.lang.UnsupportedOperationException