Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 21692 invoked from network); 19 Feb 2009 06:55:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 06:55:32 -0000 Received: (qmail 86734 invoked by uid 500); 19 Feb 2009 06:55:31 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 86691 invoked by uid 500); 19 Feb 2009 06:55:31 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 86682 invoked by uid 99); 19 Feb 2009 06:55:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 22:55:31 -0800 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 06:55:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5A6B8234C4AA for ; Wed, 18 Feb 2009 22:55:02 -0800 (PST) Message-ID: <1625676083.1235026502369.JavaMail.jira@brutus> Date: Wed, 18 Feb 2009 22:55:02 -0800 (PST) From: "Janko Heilgeist (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-4543) EAR classloader not garbage collected MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org EAR classloader not garbage collected ------------------------------------- Key: GERONIMO-4543 URL: https://issues.apache.org/jira/browse/GERONIMO-4543 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: transaction manager Affects Versions: 2.2 Reporter: Janko Heilgeist The TransactionTimer$CurrentTime thread inherits the AccessControlContext of the first EAR/WAR/EJB-jar that carries out a transaction. Thus, the particular EAR/WAR/EJB-jar's classloader is prevented from being GCed. See http://www.nabble.com/PermGen-space-issues-td22079768s134.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.