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.

Reply via email to