Web Console fails to start if HttpService is only available after the 
WebConsole bundle start
---------------------------------------------------------------------------------------------

                 Key: FELIX-856
                 URL: https://issues.apache.org/jira/browse/FELIX-856
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-1.2.0
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: webconsole-1.2.2


The Web Console is started through the bundle activator when the web console 
bundle is started. And even though a ServiceTracker is used to track the 
HttpService, the initial plugins are started and initialized before the 
HttpService may be available. In this case startup of the web console may fail.

The web console startup must be modified to only start registering plugins once 
the HttpService is really available.

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

Reply via email to