Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.3k views
in Technique[技术] by (71.8m points)

java - Apache Camel Type Converter No body available of type error

There is a route in which code is written like

bean("bean", "methodV1")

exchange body before calling the method is list of ApiResponse object but "methodV1" has argument like @Body ApiResponse

as we are using spring boot 1.5.6 it has CollectionToObject converter which converts list of objects to a object.

Now in production intermittently we are getting following error:

org.apache.camel.NoTypeConversionAvailableException: No type converter available to convert from Arraylist to the required type:Api Response object with value

and if same request retried once or twice is worked successfully.

Camel version: 2.17.1


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...