Hello

I've run into another issue with the 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.*

Should I open up a JIRA for this?

Cheers

--

S. Ali Tokmen
[email protected]

Office: +33 4 76 29 76 19
GSM:    +33 66 43 00 555

Bull, Architect of an Open World TM
http://www.bull.com


Reply via email to