[ https://issues.apache.org/jira/browse/FELIX-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard S. Hall closed FELIX-143. --------------------------------- > Calling org.osgi.framework.Bundle.findEntries(path, pattern, recurse) on the > system bundle throws NPE > ----------------------------------------------------------------------------------------------------- > > Key: FELIX-143 > URL: https://issues.apache.org/jira/browse/FELIX-143 > Project: Felix > Issue Type: Bug > Components: Framework > Affects Versions: 0.8.0 > Reporter: Manuel Santillán > Assigned To: Richard S. Hall > Fix For: 0.8.0 > > Attachments: bug-test.zip > > > When calling findEntries on the system bundle: > Bundle system=context.getBundle(0); > system.findEntries("path", "*", false); > A NPE exception is raised: > java.lang.NullPointerException > at > org.apache.felix.framework.FindEntriesEnumeration.<init>(FindEntriesEnumeration.java:37) > at org.apache.felix.framework.Felix.findBundleEntries(Felix.java:1033) > at > org.apache.felix.framework.BundleImpl.findEntries(BundleImpl.java:122) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.