Re: Camel REST: jackson.databind.JsonMappingException: Infinite recursion (StackOverflowError)

2017-12-06 Thread Martin Lichtin
To make REST use my own ObjectMapper, I try below but it doesn't work. Anyone have an example that does?       http://camel.apache.org/schema/blueprint;>                   Thanks for a hint. On 01.11.2017 22:21, Martin Lichtin wrote: I'm running into a

Camel REST: jackson.databind.JsonMappingException: Infinite recursion (StackOverflowError)

2017-11-01 Thread Martin Lichtin
I'm running into a jackson.databind.JsonMappingException: Infinite recursion (StackOverflowError) with a REST route that uses bindingMode="json" to marshal/unmarshal. It loops like:     ...     at