Re: JAXB and Apache Felix

2010-05-04 Thread Daniel Caro
Mike check this link http://www.dynamicjava.org/projects/jsr-api/jaxb-osgi Maybe it could be useful. On Tue, May 4, 2010 at 8:54 AM, mjk wrote: > Hey Martin, > > Thanks for the reply. > > I checked the imports in the Felix console, and sure enough there were no > imports for the annotations.  H

Re: JAXB and Apache Felix

2010-05-04 Thread mjk
Hey Martin, Thanks for the reply. I checked the imports in the Felix console, and sure enough there were no imports for the annotations. However, I still get the same Exception. --Mike On Tue, May 4, 2010 at 12:54 AM, Martin Thelian wrote: > Hi! > > This sounds that you have not defined the I

Re: JAXB and Apache Felix

2010-05-03 Thread Martin Thelian
Hi! This sounds that you have not defined the Import-Package for javax.xml.bind.annotation and javax.xml.bind.annotation.adapters. Regards, Martin mjk schrieb: I am new to OSGi development, and have been trying to figure out how to make this work: I have JAXB classes generated from an XSD us

JAXB and Apache Felix

2010-05-03 Thread mjk
I am new to OSGi development, and have been trying to figure out how to make this work: I have JAXB classes generated from an XSD using Eclipse XJC. I verified that everything (class usage, marchalling and un-marshalling) works in a non-OSGi scenario. They do. When deployed within Apache Felix