There really hasn't been much testing with JAXB 2.2 on the CXF 2.2 branch since the JAX-WS spec that it implements really requires 2.1.
That said, any patches that you might want to create to fix issues would be more than welcome. We could get any fixes in quickly and new snapshots deployed for you. :-) Dan On Thursday 22 July 2010 2:27:13 pm Gary Gregory wrote: > Hi All (and Dan): > > I want to use JAXB 2.2.1 to benefit from a JAXB bug fix but I am having > problems getting CXF to recognize it is there. > > All is well when we use JAXB 2.1.13. > > I followed the instructions here to use JAXB on top of Java 6: > https://jaxb.dev.java.net/guide/Migrating_JAXB_2_0_applications_to_JavaSE_6 > .html > > I think the problem (I think) is the way CXF detects the JAXB version in > DynamicClientFactory#isJaxb21(SchemaCompiler). > > The implementation fails to see JAXB 2.2.1. The implementation looks odd to > me, but, hey, that's me :) > > Has anyone else run into this issue? I am using a CXF 2.2.10 snapshot build > to work around CXF 2.2.9 bug [CXF-2900]. > > Gary Gregory > Senior Software Engineer > Seagull Software > email: [email protected] > email: [email protected] > www.seagullsoftware.com -- Daniel Kulp [email protected] http://dankulp.com/blog
