You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Dmytro Pishchukhin <dm...@gmail.com> on 2010/07/23 14:26:13 UTC

Re: CXF D-OSGI does not register certain services

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.