Return-Path: Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: (qmail 69527 invoked from network); 6 May 2010 21:49:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 May 2010 21:49:14 -0000 Received: (qmail 64051 invoked by uid 500); 6 May 2010 21:49:14 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 64007 invoked by uid 500); 6 May 2010 21:49:14 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 64000 invoked by uid 99); 6 May 2010 21:49:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 21:49:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 May 2010 21:49:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o46LmoZt018111 for ; Thu, 6 May 2010 21:48:50 GMT Message-ID: <18686018.18931273182530612.JavaMail.jira@thor> Date: Thu, 6 May 2010 17:48:50 -0400 (EDT) From: "Howard M. Lewis Ship (JIRA)" To: commits@tapestry.apache.org Subject: [jira] Created: (TAP5-1136) java.lang.UnsupportedOperationException from UpdateListenerHub when a weak reference is reclaimed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org java.lang.UnsupportedOperationException from UpdateListenerHub when a weak reference is reclaimed ------------------------------------------------------------------------------------------------- Key: TAP5-1136 URL: https://issues.apache.org/jira/browse/TAP5-1136 Project: Tapestry 5 Issue Type: Bug Components: tapestry-core Affects Versions: 5.2.0 Reporter: Howard M. Lewis Ship Priority: Blocker UpdateLIstenerHub was changed in 5.2 to use a WeakReference to its listener; however, it uses a CopyOnWriteArrayList under the covers, and an Iterator from that, a Iterator.remove() is unsupported for CopyOnWriteArrayList. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.