Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 59245 invoked from network); 15 May 2009 03:01:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 May 2009 03:01:10 -0000 Received: (qmail 63298 invoked by uid 500); 15 May 2009 03:01:08 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 63196 invoked by uid 500); 15 May 2009 03:01:08 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 63174 invoked by uid 99); 15 May 2009 03:01:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 03:01:08 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 03:01:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9BAA4234C1EB for ; Thu, 14 May 2009 20:00:45 -0700 (PDT) Message-ID: <630496122.1242356445636.JavaMail.jira@brutus> Date: Thu, 14 May 2009 20:00:45 -0700 (PDT) From: "Don Brown (JIRA)" To: dev@felix.apache.org Subject: [jira] Created: (FELIX-1158) Strange NoClassDefFoundError in WebLogic 9.2 when creating URLStreamHandlersProxyFactory 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 Strange NoClassDefFoundError in WebLogic 9.2 when creating URLStreamHandlersProxyFactory ---------------------------------------------------------------------------------------- Key: FELIX-1158 URL: https://issues.apache.org/jira/browse/FELIX-1158 Project: Felix Issue Type: Bug Components: Framework Affects Versions: felix-1.2.1 Reporter: Don Brown This bug really makes no sense, and the fix makes even less, but here it goes: In WebLogic 9.2, in some cases, the URLHandlers class is unable to create a URLStreamHandlersProxyFactory due to a NoClassDefFoundError. The really weird bit is you can load the class using the class's classloader just fine via loadClass(). Attached is the hack that implements this workaround. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.