Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 23108 invoked from network); 2 Feb 2005 01:11:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Feb 2005 01:11:15 -0000 Received: (qmail 78784 invoked by uid 500); 2 Feb 2005 01:11:15 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 78261 invoked by uid 500); 2 Feb 2005 01:11:13 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 78248 invoked by uid 99); 2 Feb 2005 01:11:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of flamefew@gmail.com designates 64.233.170.198 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.198) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 01 Feb 2005 17:11:12 -0800 Received: by rproxy.gmail.com with SMTP id f1so1127011rne for ; Tue, 01 Feb 2005 17:11:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=KZ+n89FLB0xbeAVroLYUeCgBxLJy7cN24KnQg7MmiLy7GNEHUwAnsgGl6x/HbzO6xAn71/1hiGsMqw7HxdbTxsQjxxyHsUzgOrPP+WYPr+vGAUmY1iUTXBFLDRtz0i12fFHyQirzOP9t+KJfV+U5iPl6s5hmrE6bzvE2GSbg7P8= Received: by 10.38.149.12 with SMTP id w12mr13147rnd; Tue, 01 Feb 2005 17:11:09 -0800 (PST) Received: by 10.38.86.51 with HTTP; Tue, 1 Feb 2005 17:11:09 -0800 (PST) Message-ID: <31cc373605020117111c9828ed@mail.gmail.com> Date: Tue, 1 Feb 2005 20:11:09 -0500 From: Henri Yandell Reply-To: Henri Yandell To: Jakarta Commons Developers List Subject: Re: [lang] new method on ClassUtils In-Reply-To: <004101c508bc$d21eb9b0$b5739951@SCOLEBOURNE> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <31cc37360501261434acc4d4b@mail.gmail.com> <31cc373605012711267cf04b7e@mail.gmail.com> <002c01c504ca$14120f80$0d939b51@SCOLEBOURNE> <31cc373605012812524e857f6b@mail.gmail.com> <004101c508bc$d21eb9b0$b5739951@SCOLEBOURNE> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, 2 Feb 2005 00:19:06 -0000, Stephen Colebourne wrote: > I think that we would have to ask for classloader advice ;-) Probably. > I suspect we would need: > > loadClassSystemClassLoader() - Class.forName > loadClassThreadContextClassLoader() - thread > loadClassLangClassLoader() - from ClassUtils > loadClass(ClassLoader) We could just do the latter? Let's all the options be used without us having to drag through a list of all the likely options. No matter what classloader advice we got, it's likely to be usable. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org