You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2010/03/09 01:27:27 UTC

[jira] Resolved: (CXF-2696) The dynamic imports of the bundles are invalid

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

Daniel Kulp resolved CXF-2696.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.7
         Assignee: Daniel Kulp

> The dynamic imports of the bundles are invalid
> ----------------------------------------------
>
>                 Key: CXF-2696
>                 URL: https://issues.apache.org/jira/browse/CXF-2696
>             Project: CXF
>          Issue Type: Bug
>          Components: OSGi
>    Affects Versions: 2.2.6
>            Reporter: S. Ali Tokmen
>            Assignee: Daniel Kulp
>             Fix For: 2.2.7
>
>         Attachments: CXF-2696.patch
>
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Hello
> I've run into another issue with the dynamic imports in the CXF bundles. These
> currently are:
>      DynamicImport-Package com.sun.xml.bind.api.*, \
>                        com.sun.xml.internal.bind.api.*
> The trouble is that an import on package.* does actually NOT include
> package itself. The declaration should therefore be:
> DynamicImport-Package com.sun.xml.bind.api, \
>                    com.sun.xml.bind.api.*, \
>                    com.sun.xml.internal.bind.api, \
>                    com.sun.xml.internal.bind.api.* 
> Cheers
> S. Ali Tokmen
> http://ali.tokmen.com/

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