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