我有一个过程,实际上有三个步骤:在测试时,所有这些都是正确的,(BaseTypeConverterRegistry.java:667)
at org.apache.camel.impl.converter.BaseTypeConverterRegistry.convertToCaused by: org.apache.camel.Ru
我通过apache调用了REST,并对其进行了反序列化。我需要调用另一个api,其编号是从调用前一个API时收到的参数。from("direct:further").tracing() .setBodysimple("Bearer "+"${header.jwt}")
.log("I did call the nu