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

[jira] Created: (FELIX-1644) Reintroduce button to update a single bundle

Reintroduce button to update a single bundle
--------------------------------------------

                 Key: FELIX-1644
                 URL: https://issues.apache.org/jira/browse/FELIX-1644
             Project: Felix
          Issue Type: New Feature
          Components: Web Console
    Affects Versions: webconsole-1.2.10
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: webconsole-2.0.0


Earlier Web Console versions provided an update button on the bundles page to update bundles from the OSGi Bundle Repository. This button was enabled or disabled dynamically by looking the OBR for a potential bundle update. Since this lookup took a long time (particularly the first time and particularly if one of the configured OBRs was not responsive) we removed that feature.

This should be reconfigured and the update button should be reinserted, altough implemented differently:

  * The button is always enabled, such that rendering is not affected 
  * Update tries bundle location URL first and OBR second

The idea of trying the bundle location URL first is, that this URL is a special URL provided by a deployment system, which may act correctly when trying to connect to it. If the bundle location cannot be converted to an URL or the URL cannot be read from, the update should be tried form the OSGi bundle repository.

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


[jira] Work started: (FELIX-1644) Reintroduce button to update a single bundle

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

Work on FELIX-1644 started by Felix Meschberger.

> Reintroduce button to update a single bundle
> --------------------------------------------
>
>                 Key: FELIX-1644
>                 URL: https://issues.apache.org/jira/browse/FELIX-1644
>             Project: Felix
>          Issue Type: New Feature
>          Components: Web Console
>    Affects Versions: webconsole-1.2.10
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-2.0.0
>
>
> Earlier Web Console versions provided an update button on the bundles page to update bundles from the OSGi Bundle Repository. This button was enabled or disabled dynamically by looking the OBR for a potential bundle update. Since this lookup took a long time (particularly the first time and particularly if one of the configured OBRs was not responsive) we removed that feature.
> This should be reconfigured and the update button should be reinserted, altough implemented differently:
>   * The button is always enabled, such that rendering is not affected 
>   * Update tries bundle location URL first and OBR second
> The idea of trying the bundle location URL first is, that this URL is a special URL provided by a deployment system, which may act correctly when trying to connect to it. If the bundle location cannot be converted to an URL or the URL cannot be read from, the update should be tried form the OSGi bundle repository.

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


[jira] Resolved: (FELIX-1644) Reintroduce button to update a single bundle

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

Felix Meschberger resolved FELIX-1644.
--------------------------------------

    Resolution: Fixed

Committed the new update button in Rev. 818995.

The update button is displayed on the bundles page as an icon with to up-pointing arrows and a tooltip reading "Update"

> Reintroduce button to update a single bundle
> --------------------------------------------
>
>                 Key: FELIX-1644
>                 URL: https://issues.apache.org/jira/browse/FELIX-1644
>             Project: Felix
>          Issue Type: New Feature
>          Components: Web Console
>    Affects Versions: webconsole-1.2.10
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: webconsole-2.0.0
>
>
> Earlier Web Console versions provided an update button on the bundles page to update bundles from the OSGi Bundle Repository. This button was enabled or disabled dynamically by looking the OBR for a potential bundle update. Since this lookup took a long time (particularly the first time and particularly if one of the configured OBRs was not responsive) we removed that feature.
> This should be reconfigured and the update button should be reinserted, altough implemented differently:
>   * The button is always enabled, such that rendering is not affected 
>   * Update tries bundle location URL first and OBR second
> The idea of trying the bundle location URL first is, that this URL is a special URL provided by a deployment system, which may act correctly when trying to connect to it. If the bundle location cannot be converted to an URL or the URL cannot be read from, the update should be tried form the OSGi bundle repository.

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