You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Per Kristian Söreide (JIRA)" <ji...@apache.org> on 2009/04/07 12:47:12 UTC

[jira] Created: (FELIX-1028) NPE in configuration view when running webconsole with Equinox

NPE in configuration view when running webconsole with Equinox
--------------------------------------------------------------

                 Key: FELIX-1028
                 URL: https://issues.apache.org/jira/browse/FELIX-1028
             Project: Felix
          Issue Type: Bug
          Components: Framework, Web Console
    Affects Versions: webconsole-1.2.8, felix-1.4.1
            Reporter: Per Kristian Söreide


When using webconsole with Equinox, a NullPointerException is correctly thrown from BundleContext.createFilter(String filter) when filer is null (core spec 4.1 - 6.1.6.5). Felix throws an InvalidSyntaxException when filter is null.
This causes an uncaught NullPointerException in the call to createFilter in org.apache.felix.webconsole.internal.compendium.ConfigManager. 

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


[jira] Closed: (FELIX-1028) NPE in configuration view when running webconsole with Equinox

Posted by "Per Kristian Söreide (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Per Kristian Söreide closed FELIX-1028.
---------------------------------------


> NPE in configuration view when running webconsole with Equinox
> --------------------------------------------------------------
>
>                 Key: FELIX-1028
>                 URL: https://issues.apache.org/jira/browse/FELIX-1028
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Web Console
>    Affects Versions: felix-1.4.1, webconsole-1.2.8
>            Reporter: Per Kristian Söreide
>            Assignee: Carsten Ziegeler
>             Fix For: webconsole-1.2.10
>
>
> When using webconsole with Equinox, a NullPointerException is correctly thrown from BundleContext.createFilter(String filter) when filer is null (core spec 4.1 - 6.1.6.5). Felix throws an InvalidSyntaxException when filter is null.
> This causes an uncaught NullPointerException in the call to createFilter in org.apache.felix.webconsole.internal.compendium.ConfigManager. 

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


[jira] Resolved: (FELIX-1028) NPE in configuration view when running webconsole with Equinox

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved FELIX-1028.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: webconsole-1.2.10

Hi, I've added an extra null check in Revision 762816. Could you please test if this works for you and then close the bug?
Thanks!

> NPE in configuration view when running webconsole with Equinox
> --------------------------------------------------------------
>
>                 Key: FELIX-1028
>                 URL: https://issues.apache.org/jira/browse/FELIX-1028
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Web Console
>    Affects Versions: felix-1.4.1, webconsole-1.2.8
>            Reporter: Per Kristian Söreide
>            Assignee: Carsten Ziegeler
>             Fix For: webconsole-1.2.10
>
>
> When using webconsole with Equinox, a NullPointerException is correctly thrown from BundleContext.createFilter(String filter) when filer is null (core spec 4.1 - 6.1.6.5). Felix throws an InvalidSyntaxException when filter is null.
> This causes an uncaught NullPointerException in the call to createFilter in org.apache.felix.webconsole.internal.compendium.ConfigManager. 

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


[jira] Assigned: (FELIX-1028) NPE in configuration view when running webconsole with Equinox

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler reassigned FELIX-1028:
---------------------------------------

    Assignee: Carsten Ziegeler

> NPE in configuration view when running webconsole with Equinox
> --------------------------------------------------------------
>
>                 Key: FELIX-1028
>                 URL: https://issues.apache.org/jira/browse/FELIX-1028
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Web Console
>    Affects Versions: felix-1.4.1, webconsole-1.2.8
>            Reporter: Per Kristian Söreide
>            Assignee: Carsten Ziegeler
>
> When using webconsole with Equinox, a NullPointerException is correctly thrown from BundleContext.createFilter(String filter) when filer is null (core spec 4.1 - 6.1.6.5). Felix throws an InvalidSyntaxException when filter is null.
> This causes an uncaught NullPointerException in the call to createFilter in org.apache.felix.webconsole.internal.compendium.ConfigManager. 

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


[jira] Updated: (FELIX-1028) NPE in configuration view when running webconsole with Equinox

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall updated FELIX-1028:
-----------------------------------

    Fix Version/s: felix-1.6.1

> NPE in configuration view when running webconsole with Equinox
> --------------------------------------------------------------
>
>                 Key: FELIX-1028
>                 URL: https://issues.apache.org/jira/browse/FELIX-1028
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Web Console
>    Affects Versions: felix-1.4.1, webconsole-1.2.8
>            Reporter: Per Kristian Söreide
>            Assignee: Carsten Ziegeler
>             Fix For: felix-1.6.1, webconsole-1.2.10
>
>
> When using webconsole with Equinox, a NullPointerException is correctly thrown from BundleContext.createFilter(String filter) when filer is null (core spec 4.1 - 6.1.6.5). Felix throws an InvalidSyntaxException when filter is null.
> This causes an uncaught NullPointerException in the call to createFilter in org.apache.felix.webconsole.internal.compendium.ConfigManager. 

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


[jira] Commented: (FELIX-1028) NPE in configuration view when running webconsole with Equinox

Posted by "Per Kristian Söreide (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696974#action_12696974 ] 

Per Kristian Söreide commented on FELIX-1028:
---------------------------------------------

This works fine now! Thanks for the quick response!

> NPE in configuration view when running webconsole with Equinox
> --------------------------------------------------------------
>
>                 Key: FELIX-1028
>                 URL: https://issues.apache.org/jira/browse/FELIX-1028
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Web Console
>    Affects Versions: felix-1.4.1, webconsole-1.2.8
>            Reporter: Per Kristian Söreide
>            Assignee: Carsten Ziegeler
>             Fix For: webconsole-1.2.10
>
>
> When using webconsole with Equinox, a NullPointerException is correctly thrown from BundleContext.createFilter(String filter) when filer is null (core spec 4.1 - 6.1.6.5). Felix throws an InvalidSyntaxException when filter is null.
> This causes an uncaught NullPointerException in the call to createFilter in org.apache.felix.webconsole.internal.compendium.ConfigManager. 

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