You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2007/10/22 20:36:50 UTC

[jira] Resolved: (FELIX-394) Bundle.getEntryPaths NPE on system bundle

     [ https://issues.apache.org/jira/browse/FELIX-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Pauls resolved FELIX-394.
------------------------------

    Resolution: Fixed

I fixed the NPE, the system bundle will not return any entries so. 

> Bundle.getEntryPaths NPE on system bundle
> -----------------------------------------
>
>                 Key: FELIX-394
>                 URL: https://issues.apache.org/jira/browse/FELIX-394
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>            Reporter: Alin Dreghiciu
>            Assignee: Karl Pauls
>            Priority: Minor
>
> When calling bundle.getEntryPaths on the system bundle an NPE is thrown:
> java.lang.NullPointerException
>         at org.apache.felix.framework.GetEntryPathsEnumeration.<init>(GetEntryPathsEnumeration.java:35)
>         at org.apache.felix.framework.Felix.getBundleEntryPaths(Felix.java:1338)
>         at org.apache.felix.framework.Felix.getEntryPaths(Felix.java:318)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.