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.