我对Camel Route的例外程度越来越低
Caused by: com.fasterxml.jackson.databind.JsonMappingException: No serializerfound for class org.apache.camel.converter.stream.InputStreamCache and no properties discovered to createexception, disable SerializationFeature.FAIL_ON_EM
我正在尝试访问Camel上的REST端点,并将数据转换为类(为了简化和测试,将该类转换为JSON字符串),并将其发送到本地服务器。我可以让它做所有的事情,除了最后的帖子,似乎只是悬着。");com.fasterxml.jackson.databind.JsonMappingException: No serializer found for class org.apache.camel.converter.stream.CachedOutputStreamorg.<em
在Apache中,我公开了一个REST服务,接受它的输入来调用SOAP服务,然后我想将SOAP响应封送到JSON。我的RouteBuilder大致是这样的: .get("/client/{id}")
from("direct:getClient: No serializer found for class org.apache