Hi, I had the same issue with JAXB. It was fixed when I updated my JAXB library to version 2.2.
Maven artifact:
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.2</version>
</dependency>
Hope it helps you.
-----
Best regards,
Dmytro
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-D-OSGI-does-not-register-certain-services-tp568211p1843324.html
Sent from the cxf-user mailing list archive at Nabble.com.
