What version of Camel is that?
I get the expected output with commented out.
[pache.camel.spring.Main.main()] SpringCamelContext INFO
Apache Camel 2.14.0 (CamelContext: camel-1) started in 0.382 seconds
[ thread #0 - dataset://dataSet] route1 INFO 1
[ thread
Hi,
Thanls for reply.
It is test code for checking the behaviour of stopOnException option.
DataSet is like this:
public class BookDataSet extends DataSetSupport {
@Override
protected Object createMessageBody(long messageIndex) {
return new int[] { 1, 2 , 3, 4,
Hi Seiji
Try without the
Taariq
> On 14 Dec 2014, at 07:27, Seiji Sogabe wrote:
>
> Hi,
>
> I have a simple camel route:
>
>
>
>
>
>body
>
>... (*)
>
>
>
>
> According
Hi,
I have a simple camel route:
body
... (*)
According to the [1], stopOnException means
"Whether or not to stop continue processing immediately when *an
exception oc