You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2007/11/19 02:12:43 UTC

[jira] Commented: (FELIX-422) NPE thrown by GetEntryPathsEnumeration constructor

    [ https://issues.apache.org/jira/browse/FELIX-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543442 ] 

Richard S. Hall commented on FELIX-422:
---------------------------------------

I should also add that we will work on a 1.0.2 release to make this and a few other fixes officially available.

> NPE thrown by GetEntryPathsEnumeration constructor
> --------------------------------------------------
>
>                 Key: FELIX-422
>                 URL: https://issues.apache.org/jira/browse/FELIX-422
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 1.0.0
>            Reporter: William Tam
>
> Since the system bundle getInfo().getCurrentModule().getContentLoader().getContent() returns null, calling system bundle getEntryPaths() will throw NPE in the following snippet of GetEntryPathsEnumeration.java
>         m_bundle = bundle;
>         m_path = path;
>         m_enumeration = m_bundle.getInfo().getCurrentModule()
>             .getContentLoader().getContent().getEntries();
> java.lang.NullPointerException
>         at org.apache.felix.framework.GetEntryPathsEnumeration.<init>(GetEntryPathsEnumeration.java:35)
>         at org.apache.felix.framework.Felix.getBundleEntryPaths(Felix.java:1339)
>         at org.apache.felix.framework.Felix.getEntryPaths(Felix.java:335)

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