Fixed https://jira.codehaus.org/browse/JACKSON-879.
On Wed, Dec 5, 2012 at 10:48 PM, Martin Stiborský < [email protected]> wrote: > Hello guys, > I have a problem with XML deserialization to POJO class in a java bean, > used in Camel route. > The problem is following exception, when such route is invoked: > > java.lang.NoClassDefFoundError: > com/fasterxml/jackson/databind/deser/std/DelegatingDeserializer > > I have installed all needed Jackson dependencies in Karaf. The > deserialization works on my workstation, in unit tests. > But I don't get it why it's the class or maybe complete package not > available on Karaf server. > > -- > S pozdravem / Best regards > Martin Stiborský > > Jabber: [email protected] > Twitter: http://www.twitter.com/stibi > > -- S pozdravem / Best regards Martin Stiborský Jabber: [email protected] Twitter: http://www.twitter.com/stibi
