your fix wont do, 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

java.util.concurrent.CopyOnWriteArrayList$COWIterator.remove(
CopyOnWriteArrayList.java:937)
        wicket.Session.cleanupFeedbackMessages(Session.java:1067)

Tracked it down to CopyOnWriteArrayList in Session for feedbackMessages.
Changing the type of feedbackMessage to ArrayList, and rebuilding seemed
to
fix the issue.  Any other users having a similar issue?
--
View this message in context:
http://www.nabble.com/Any-users-getting-an-UnsupportedOperationException-on-2.0-trunk--tf3060997.html#a8511709
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to