Re: Unexpected behaviour of splitter using stopOnException

2014-12-14 Thread Taariq Levack
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

Re: Unexpected behaviour of splitter using stopOnException

2014-12-14 Thread Seiji Sogabe
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,

Re: Unexpected behaviour of splitter using stopOnException

2014-12-14 Thread Taariq Levack
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

Unexpected behaviour of splitter using stopOnException

2014-12-13 Thread Seiji Sogabe
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