Delete comment from: Java XML and JSON Binding
Blaise Doughan said...
Hi Xianguan,
Most of the work I have done with JAXB and OSGi has been with Equinox.
In your manifest you will need to ensure that you are importing all the JAXB packages. You will also need to ensure that JAXB is available as a bundle. GlassFish provides one, and one is available in EclipseLink.
EclipseLink JAXB (MOXy) is also available as an OSGi bundle and can be obtained from the download site:
- http://www.eclipse.org/eclipselink/downloads/
-Blaise
Apr 7, 2011, 10:47:25 AM
Posted to How Does JAXB Compare to XStream?