Opened 12 years ago
Closed 12 years ago
#12153 closed defect (fixed)
vboxjws OSGI manifest requires org.w2c.dom package => Fixed in SVN
Reported by: | cemmersb | Owned by: | |
---|---|---|---|
Component: | webservices | Version: | VirtualBox 4.2.8 |
Keywords: | vboxjws, bundle, OSGi, manifest, import | Cc: | |
Guest type: | all | Host type: | all |
Description
While integrating vboxjws with Apache Camel, we investigated, that the current vboxjws bundle jar requires the 'org.w2c.dom' package.
Since we have not found any import statement to this package, we assume that this is a typo and should rather be 'org.w3c.dom'.
Please take a look at your OSGi manifest and apply the change if possible.
There is a corresponding issue filed at the camel-extra backlog to provide further information on a workaround as well as to keep track on any changes. Please see: https://code.google.com/a/apache-extras.org/p/camel-extra/issues/detail?id=53
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | org.w3c.dom_manifest_patch.diff added |
---|
comment:1 by , 12 years ago
Confirmed, and applied to trunk and the 4.2 branch. The next releases will include this fix. No known release date yet.
comment:2 by , 12 years ago
Summary: | vboxjws OSGI manifest requires org.w2c.dom package → vboxjws OSGI manifest requires org.w2c.dom package => Fixed in SVN |
---|
Changes org.w2c.dom > org.w3c.dom ind MANIFEST.MF.in