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 2015/01/26 08:40:34 UTC

[jira] [Assigned] (FELIX-4734) Web Console RESTful API should wait for asynchonous operations until they complete

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

Carsten Ziegeler reassigned FELIX-4734:
---------------------------------------

    Assignee: Carsten Ziegeler

> Web Console RESTful API should wait for asynchonous operations until they complete 
> -----------------------------------------------------------------------------------
>
>                 Key: FELIX-4734
>                 URL: https://issues.apache.org/jira/browse/FELIX-4734
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-4.2.4
>            Reporter: Konrad Windszus
>            Assignee: Carsten Ziegeler
>             Fix For: webconsole-4.2.6
>
>         Attachments: FELIX-4734.patch
>
>
> Currently the RESTful API (http://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html) adds a delay of 800ms to the response to give the asynchronous operations enough time to complete successfully (https://github.com/apache/felix/blob/trunk/webconsole/src/main/java/org/apache/felix/webconsole/internal/core/BundlesServlet.java#L412).
> Instead the according listeners should be used which are notified upon completion of an asynchronous task.
> For {{refresh}} {{FrameworkWiring.refreshBundles}} can be used (http://www.osgi.org/javadoc/r4v43/core/org/osgi/framework/wiring/FrameworkWiring.html#refreshBundles%28java.util.Collection,%20org.osgi.framework.FrameworkListener...%29). A similar approach should be used for the other actions like uninstall, install, update, start, stop, ...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)