camel XML config?
> Also, how should I set my Java bean up? What annotation is required?
>
> Thanks in advance
> Doug Snaith.
>
> -Original Message-
> From: Claus Ibsen
> Sent: 18 June 2021 11:51
> To: users@camel.apache.org
> Subject: Re: help with issue r
Hi
Try with Camel 3.10.0, and if still a problem, then it would help if
you put together a reproducer project, eg a small sample project that
shows this problem for you, then we can take a look at that.
Also try with
body.getScheduledServices()
And you can always instead of simple use a bean or
I need some help with a Camel issue.
To summarise my issue, we have upgraded from Camel 2.16.2 to 3.7.3 and in our
route xml the no longer works.
The object (xx.ObjectListDto) we are trying to split looks like this --->
private static final long serialVersionUID = 2947839802965876099L;
@NotNu