You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carlos Quiroz (JIRA)" <ji...@apache.org> on 2011/02/22 21:04:38 UTC

[jira] Created: (FELIX-2855) WebConsole cannot read the list of enabled plugins when using FileInstall

WebConsole cannot read the list of enabled plugins when using FileInstall
-------------------------------------------------------------------------

                 Key: FELIX-2855
                 URL: https://issues.apache.org/jira/browse/FELIX-2855
             Project: Felix
          Issue Type: Bug
          Components: File Install, Web Console
    Affects Versions: webconsole-3.1.8
            Reporter: Carlos Quiroz


This happens when running felix with Apache FileInstall and the Apache WebConsole with a configuration file org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg that contains a plugins entry like:

plugins = [org.apache.felix.webconsole.internal.compendium.ConfigManager, org.apache.felix.webconsole.internal.core.BundlesServlet, org.apache.felix.webconsole.internal.core.ServicesServlet, org.apache.felix.webconsole.internal.misc.ShellServlet, org.apache.felix.webconsole.internal.system.VMStatPlugin]

This is generated with the configuration UI selecting and unselecting a few plugins
The bug is that File Install will save the plugins entry as indicated above but when the WebConsole start is not able to read the plugins entry like above and defaults to all plugins are enabled


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-2855) WebConsole cannot read the list of enabled plugins when using FileInstall

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

Valentin Valchev resolved FELIX-2855.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: webconsole-3.1.10
         Assignee: Valentin Valchev

Fixed together with https://issues.apache.org/jira/browse/FELIX-2697

> WebConsole cannot read the list of enabled plugins when using FileInstall
> -------------------------------------------------------------------------
>
>                 Key: FELIX-2855
>                 URL: https://issues.apache.org/jira/browse/FELIX-2855
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install, Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Carlos Quiroz
>            Assignee: Valentin Valchev
>             Fix For: webconsole-3.1.10
>
>         Attachments: FELIX-2855.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> This happens when running felix with Apache FileInstall and the Apache WebConsole with a configuration file org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg that contains a plugins entry like:
> plugins = [org.apache.felix.webconsole.internal.compendium.ConfigManager, org.apache.felix.webconsole.internal.core.BundlesServlet, org.apache.felix.webconsole.internal.core.ServicesServlet, org.apache.felix.webconsole.internal.misc.ShellServlet, org.apache.felix.webconsole.internal.system.VMStatPlugin]
> This is generated with the configuration UI selecting and unselecting a few plugins
> The bug is that File Install will save the plugins entry as indicated above but when the WebConsole start is not able to read the plugins entry like above and defaults to all plugins are enabled

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (FELIX-2855) WebConsole cannot read the list of enabled plugins when using FileInstall

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

Carlos Quiroz updated FELIX-2855:
---------------------------------

    Attachment: FELIX-2855.patch

This is a proposed fix for OsgiManager that will read a plugins property as a String and parse it appropriately

> WebConsole cannot read the list of enabled plugins when using FileInstall
> -------------------------------------------------------------------------
>
>                 Key: FELIX-2855
>                 URL: https://issues.apache.org/jira/browse/FELIX-2855
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install, Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Carlos Quiroz
>         Attachments: FELIX-2855.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> This happens when running felix with Apache FileInstall and the Apache WebConsole with a configuration file org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg that contains a plugins entry like:
> plugins = [org.apache.felix.webconsole.internal.compendium.ConfigManager, org.apache.felix.webconsole.internal.core.BundlesServlet, org.apache.felix.webconsole.internal.core.ServicesServlet, org.apache.felix.webconsole.internal.misc.ShellServlet, org.apache.felix.webconsole.internal.system.VMStatPlugin]
> This is generated with the configuration UI selecting and unselecting a few plugins
> The bug is that File Install will save the plugins entry as indicated above but when the WebConsole start is not able to read the plugins entry like above and defaults to all plugins are enabled

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (FELIX-2855) WebConsole cannot read the list of enabled plugins when using FileInstall

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

Felix Meschberger closed FELIX-2855.
------------------------------------


Close after release
                
> WebConsole cannot read the list of enabled plugins when using FileInstall
> -------------------------------------------------------------------------
>
>                 Key: FELIX-2855
>                 URL: https://issues.apache.org/jira/browse/FELIX-2855
>             Project: Felix
>          Issue Type: Bug
>          Components: File Install, Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Carlos Quiroz
>            Assignee: Valentin Valchev
>             Fix For: webconsole-4.0.0
>
>         Attachments: FELIX-2855.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> This happens when running felix with Apache FileInstall and the Apache WebConsole with a configuration file org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg that contains a plugins entry like:
> plugins = [org.apache.felix.webconsole.internal.compendium.ConfigManager, org.apache.felix.webconsole.internal.core.BundlesServlet, org.apache.felix.webconsole.internal.core.ServicesServlet, org.apache.felix.webconsole.internal.misc.ShellServlet, org.apache.felix.webconsole.internal.system.VMStatPlugin]
> This is generated with the configuration UI selecting and unselecting a few plugins
> The bug is that File Install will save the plugins entry as indicated above but when the WebConsole start is not able to read the plugins entry like above and defaults to all plugins are enabled

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira