Hi, A s mentioned in http://cxf.apache.org/docs/jaxb.html:
"JAXB is the default data binding for CXF. If you don't specify one of the other data bindings in your Spring configuration or through the API, you will get JAXB. Releases of CXF since 2.3.x have used the JDK7 default of JAXB 2.2, however Maven users running on JDK 6 will need to use the Java endorsed override mechanism <http://docs.oracle.com/javase/6/docs/technotes/guides/standards/> to use JAXB 2.2 instead of JAXB 2.1." Does this mean that CXF 3.0.2 is only compatible with JAXB 2.2? Regards, André Costa Lima
