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 2010/04/07 10:29:33 UTC

[jira] Created: (FELIX-2255) Unresolved optional imports are not displayed anymore

Unresolved optional imports are not displayed anymore
-----------------------------------------------------

                 Key: FELIX-2255
                 URL: https://issues.apache.org/jira/browse/FELIX-2255
             Project: Felix
          Issue Type: Bug
          Components: Web Console
    Affects Versions: webconsole-3.0.0
            Reporter: Carsten Ziegeler
             Fix For: webconsole-3.0.2


If a bundle has an optional import which can't be resolved, this is not visible in the bundle details anymore

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


[jira] Updated: (FELIX-2255) Display of unresolved packages seems to be wrong

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

Carsten Ziegeler updated FELIX-2255:
------------------------------------

    Summary: Display of unresolved packages seems to be wrong  (was: Unresolved optional imports are not displayed anymore)

> Display of unresolved packages seems to be wrong
> ------------------------------------------------
>
>                 Key: FELIX-2255
>                 URL: https://issues.apache.org/jira/browse/FELIX-2255
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Carsten Ziegeler
>             Fix For: webconsole-3.0.2
>
>
> If a bundle has an optional import which can't be resolved, this is not visible in the bundle details anymore

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


[jira] Updated: (FELIX-2255) Display unresolved optional packages and dynamic imports when bundle is resolved

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

Carsten Ziegeler updated FELIX-2255:
------------------------------------

    Fix Version/s:     (was: webconsole-3.0.2)
       Issue Type: Wish  (was: Bug)
          Summary: Display unresolved optional packages and dynamic imports when bundle is resolved  (was: Display of unresolved packages seems to be wrong)

Actually Felix was right and I was wrong....

So I change this to a wish: it really would be nice to see if a dynamic import or optional import could not be resolved after the bundle is resolved.

> Display unresolved optional packages and dynamic imports when bundle is resolved
> --------------------------------------------------------------------------------
>
>                 Key: FELIX-2255
>                 URL: https://issues.apache.org/jira/browse/FELIX-2255
>             Project: Felix
>          Issue Type: Wish
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Carsten Ziegeler
>
> If a bundle has an optional import which can't be resolved, this is not visible in the bundle details anymore

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


[jira] Commented: (FELIX-2255) Unresolved optional imports are not displayed anymore

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854392#action_12854392 ] 

Felix Meschberger commented on FELIX-2255:
------------------------------------------

I am not sure, but I think such optional unresolved imports have never been displayed because the PackageAdmin.getExportedPackages method is used to calculate the actually wired imports and these are not compared to the declared imports.

This of course only applies to resolved or active bundles. For installed (i.e. unresolved bundles), the import information is deduced from the Import-Package header and thus includes any optional imports.

> Unresolved optional imports are not displayed anymore
> -----------------------------------------------------
>
>                 Key: FELIX-2255
>                 URL: https://issues.apache.org/jira/browse/FELIX-2255
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Carsten Ziegeler
>             Fix For: webconsole-3.0.2
>
>
> If a bundle has an optional import which can't be resolved, this is not visible in the bundle details anymore

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


[jira] Commented: (FELIX-2255) Unresolved optional imports are not displayed anymore

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854403#action_12854403 ] 

Carsten Ziegeler commented on FELIX-2255:
-----------------------------------------

I think those have been displayed before :)

But actually the display is currently strange....if a bundle can't be resolved, several packages are marked as errors although they can be resolved; this wasn't the case with older versions of the webconsole.

> Unresolved optional imports are not displayed anymore
> -----------------------------------------------------
>
>                 Key: FELIX-2255
>                 URL: https://issues.apache.org/jira/browse/FELIX-2255
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.0.0
>            Reporter: Carsten Ziegeler
>             Fix For: webconsole-3.0.2
>
>
> If a bundle has an optional import which can't be resolved, this is not visible in the bundle details anymore

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