Return-Path: Delivered-To: apmail-felix-users-archive@locus.apache.org Received: (qmail 56621 invoked from network); 25 Nov 2008 13:57:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Nov 2008 13:57:08 -0000 Received: (qmail 70168 invoked by uid 500); 25 Nov 2008 13:57:18 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 70144 invoked by uid 500); 25 Nov 2008 13:57:18 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 70133 invoked by uid 99); 25 Nov 2008 13:57:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 05:57:18 -0800 X-ASF-Spam-Status: No, hits=2.4 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hxliang1982@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2008 13:55:52 +0000 Received: by nf-out-0910.google.com with SMTP id d3so1390735nfc.20 for ; Tue, 25 Nov 2008 05:56:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=XUlYFGUL+8MjJ9TJk07EaVnTzuBEeL5bruDa8IsXHEE=; b=sZO8VtwBriE9XhWFRYK2ndjXYq95bvoOIe8lHf2hrjgafsUdqvXPlYngS/uQCjxMOh 1h1YUOv31hLi0DhmpF2kc6QISUSpjgCZOI8Sw+0H9gubtIpl7iC2+TDYWfVngCtU9rxt kEsRyq74PJOvqAmBzq26ovgHu3/i8jyxbi0d8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=byyunGSwiTktXeoC41+rpiF590zXvnQ7SpvIRRV2gh3MtznL9fNc8uWl2tilnOiLkN vd0QhnakJf2bwaQW8iwwgGQ+0FAAH/4vrFMieYSZvGsEhfNpSt04Pm9l6rCiET2C15ll izshpB0ld98WVd+YqaazWTwfyN0o3c498HJ9A= Received: by 10.103.102.17 with SMTP id e17mr1605253mum.136.1227621387974; Tue, 25 Nov 2008 05:56:27 -0800 (PST) Received: by 10.103.115.18 with HTTP; Tue, 25 Nov 2008 05:56:27 -0800 (PST) Message-ID: <8d6738000811250556l4bd718d3x4e18e75a126b5d37@mail.gmail.com> Date: Tue, 25 Nov 2008 21:56:27 +0800 From: "=?GB2312?B?wbq66vbO?=" To: users@felix.apache.org Subject: Re: Class loader question In-Reply-To: <20680946.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8231_23296701.1227621387974" References: <20680946.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_8231_23296701.1227621387974 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Probably not. Refer to this thread: http://forums.sun.com/thread.jspa?threadID=157498&tstart=8521. 2008/11/25 Peter Niederwieser > > Hi, > > sorry if this is a bit off-topic, but I figured you might be able to help > me > with a class loader question. I have written a custom class loader that, at > some point, needs to delegate to the extension and bootstrap class loaders. > Can this be achieved by delegating to > ClassLoader.getSystemClassLoader.getParent()? Is this going to work in all > Java environments (App server, OSGi, etc.)? > > Cheers, > Peter > -- > View this message in context: > http://www.nabble.com/Class-loader-question-tp20680946p20680946.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org > For additional commands, e-mail: users-help@felix.apache.org > > ------=_Part_8231_23296701.1227621387974--