You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2019/02/25 16:22:00 UTC

[jira] [Reopened] (FELIX-5995) HttpService HttpServiceController should stop whiteboardManager before httpServicefactory

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

Carsten Ziegeler reopened FELIX-5995:
-------------------------------------

This breaks the integration tests, when the jetty bundle is stopped, the servlets are not properly destroyed

> HttpService HttpServiceController should stop whiteboardManager before httpServicefactory
> -----------------------------------------------------------------------------------------
>
>                 Key: FELIX-5995
>                 URL: https://issues.apache.org/jira/browse/FELIX-5995
>             Project: Felix
>          Issue Type: Bug
>          Components: HTTP Service
>    Affects Versions: http.jetty-4.0.6, http.base-4.0.4, http.bridge-4.0.4
>            Reporter: Karl Pauls
>            Assignee: Karl Pauls
>            Priority: Major
>             Fix For: http.base-4.0.6, http.jetty-4.0.8, http.bridge-4.0.6
>
>
> The HttpServiceController does in the register method start the httpServiceFactory and then the whiteboardManager. In the unregister method, it does stop the httpServiceFactory and then the whiteboardManager. That creates a problem as the whiteboardManager needs a started httpServiceFactory when services come in. 
> The fix should be simple, we should stop the whiteboardManager before we stop the httpServiceFactory.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)