Hi, I am trying to get a REST service deployed in OSGi (Felix). To do so, I tried embedding all depedencies as jars into my bundle, including CXF.
However, this fails upon start, saying: org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://cxf.apache.org/jaxrs] Offending resource: class path resource [delijn//cxf.xml] I am aware that OSGi changes the rules a bit for loading stuff from the classpath. Question 1: are there any examples on how to make this work? Question 2: is this a use case for DOSGi/CXF? Thanks Guy
