Hello

The issue is on https://issues.apache.org/jira/browse/CXF-2696

I've also sent the patch for it

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


Le 05/03/2010 21:49, Daniel Kulp a écrit :
On Friday 05 March 2010 5:26:59 am S. Ali Tokmen wrote:
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?
Yep.  Please do.



Reply via email to