骆驼springboot jackson unmarshal不能在tomcat中工作,但其他容器在工作

时间:2019-10-30 11:41:18

标签: apache-camel camel-jackson

camel springboot jackson unmarshal在tomcat中不起作用,但其他容器中起作用

它为所有json数据抛出以下错误:

com.fasterxml.jackson.databind.JsonMappingException: Root name '' does not 
match expected ('Object') for type [simple type, class java.lang.Object]

代码(用。代替大括号)。

.dataFormats.     
    .json id="JSONUnMarshal" library="Jackson"/.               
./dataFormats.

.route id="cbr-route".
    .from id="_from1sgd" uri="file:workcz/cbr/input1"/.
        .convertBodyTo type="java.lang.String"/.
        .unmarshal id="_unmarshals1sgd" ref="JSONUnMarshal"/.
        .to uri="file:workzc/cbr/output1"/.
./route.

0 个答案:

没有答案