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. -- Daniel Kulp [email protected] http://dankulp.com/blog
