You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Sergey Beryozkin <sb...@gmail.com> on 2011/11/11 17:55:11 UTC

Re: jackson 1.9?

On 16/10/11 21:52, Benson Margulies wrote:
> 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.
>

I updated the systests to use 1.9.0 and the test you added awhile back 
works ok

Sergey

>
>
> On Sun, Oct 16, 2011 at 11:33 AM, Sergey Beryozkin<sb...@gmail.com>  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.
>>
>>