Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 2355 invoked from network); 19 Sep 2006 17:03:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2006 17:03:01 -0000 Received: (qmail 67205 invoked by uid 500); 19 Sep 2006 17:03:01 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 67002 invoked by uid 500); 19 Sep 2006 17:03:00 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 66991 invoked by uid 99); 19 Sep 2006 17:03:00 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Sep 2006 10:03:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([209.237.227.198:52647] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 84/64-28275-2C220154 for ; Tue, 19 Sep 2006 10:02:59 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BAEEC410066 for ; Tue, 19 Sep 2006 16:59:22 +0000 (GMT) Message-ID: <8265947.1158685162747.JavaMail.jira@brutus> Date: Tue, 19 Sep 2006 09:59:22 -0700 (PDT) From: "Richard S. Hall (JIRA)" To: felix-dev@incubator.apache.org Subject: [jira] Assigned: (FELIX-143) Calling org.osgi.framework.Bundle.findEntries(path, pattern, recurse) on the system bundle throws NPE In-Reply-To: <15619129.1158514702261.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/FELIX-143?page=3Dall ] Richard S. Hall reassigned FELIX-143: ------------------------------------- Assignee: Richard S. Hall > Calling org.osgi.framework.Bundle.findEntries(path, pattern, recurse) on = the system bundle throws NPE > -------------------------------------------------------------------------= ---------------------------- > > Key: FELIX-143 > URL: http://issues.apache.org/jira/browse/FELIX-143 > Project: Felix > Issue Type: Bug > Components: Framework > Affects Versions: 0.8.0 > Reporter: Manuel Santill=C3=A1n > Assigned To: Richard S. Hall > Fix For: 0.8.0 > > Attachments: bug-test.zip > > > When calling findEntries on the system bundle:=20 > =09=09Bundle system=3Dcontext.getBundle(0); > =09=09system.findEntries("path", "*", false); > A NPE exception is raised:=20 > java.lang.NullPointerException > =09at org.apache.felix.framework.FindEntriesEnumeration.(FindEntrie= sEnumeration.java:37) > =09at org.apache.felix.framework.Felix.findBundleEntries(Felix.java:1033) > =09at org.apache.felix.framework.BundleImpl.findEntries(BundleImpl.java:1= 22) --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira