Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 24810 invoked from network); 22 Feb 2007 14:39:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2007 14:39:26 -0000 Received: (qmail 93727 invoked by uid 500); 22 Feb 2007 14:39:21 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 93684 invoked by uid 500); 22 Feb 2007 14:39:21 -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 93666 invoked by uid 99); 22 Feb 2007 14:39:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 06:39:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of kevan.miller@gmail.com designates 209.85.132.244 as permitted sender) Received: from [209.85.132.244] (HELO an-out-0708.google.com) (209.85.132.244) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 06:39:09 -0800 Received: by an-out-0708.google.com with SMTP id b36so126611ana for ; Thu, 22 Feb 2007 06:38:49 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=V05X7fFwWiIkZZ8OAch6/anK3qcDYHlLIN5uAd9liTU3+WOxxxM87mdNF0tuYvez5p3WpnztrcLgcJkXqEAxw35/oyqUfDTkzva1rTpMph5+yJi73Ky7i7xzjqH2jOhcOQ9tgHDEEQIY1mXvotcwXCqki/yBi0hfMzUGpuCwcR0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=BEzhhmoefEutZLPZdAmTxh3lFXbjJHUvrLBgnuB8HxRRh0bjZXsI1AihHOn7AMLQefSLrdHGm6dThW4iLv31XnIxCnJtuFqSuR1+E6XmRNChG4Roj+95myf+FAS9ctf9tKs8ybQqqH3sp5I+dypfgzlgSKKJ7LqW9y7QLJketG0= Received: by 10.100.154.13 with SMTP id b13mr351168ane.1172155129055; Thu, 22 Feb 2007 06:38:49 -0800 (PST) Received: from ?192.168.1.100? ( [66.57.98.165]) by mx.google.com with ESMTP id i33sm1052131wxd.2007.02.22.06.38.48; Thu, 22 Feb 2007 06:38:48 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Kevan Miller Subject: Re: Can somebody please verify that undeploy works (on Windows) ? Date: Thu, 22 Feb 2007 09:38:44 -0500 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org OK. I see the issue. PersistentUnitGBean is cloning the EAR classloader and giving it to OpenJPA. I don't see where this CL will ever be destroyed. Will need to work through the lifecycle... --kevan