No, I just have one. At least, so dependency:tree claimed. When I changed it from 1.9.0 to 1.8.2 it all got better.
On Sun, Oct 16, 2011 at 11:33 AM, Sergey Beryozkin <[email protected]> wrote: > Hi, > Looks like you have multiple Jackson versions on the classpath, > the problem happens during the Jackson provider attempting to writeTo which > is not under the control of CXF > > Cheers, Sergey > > On 16/10/11 02:25, Benson Margulies wrote: >> >> CXF 2.4.x fails to work with Jackson 1.9, to my surprise: >> >> java.lang.NoSuchMethodError: >> >> org.codehaus.jackson.map.SerializationConfig.isEnabled(Lorg/codehaus/jackson/map/SerializationConfig$Feature;)Z >> at >> org.codehaus.jackson.jaxrs.JacksonJsonProvider.writeTo(JacksonJsonProvider.java:493) >> >> Perhaps some reflection is called for. > >
