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

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

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


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.


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

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "S. Ali Tokmen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. Ali Tokmen updated CXF-2696:
-------------------------------

    Attachment: CXF-2696.patch

Added patch generated against the CXF 2.2.6 tag

> 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
>         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.


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

Posted by "S. Ali Tokmen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. Ali Tokmen closed CXF-2696.
------------------------------


Verified Revision: 920587 on trunk

> 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.