Ooops, it was to be my entire fault :-/

I my test case, I had the following MockEndpoint declaration:

from("seda:incoming.stocks").to(mockStocks);


With that extra endpoint consumer, the result of
endpoint.getConsumers().size() in the SedaEndpoint.sendToConsumers(..)
method was 2 and not 1, hence the attempt to use a MultiCastProcessor.

Sorry...
/xavier 

--
View this message in context: 
http://camel.465427.n5.nabble.com/NullPointerException-in-SedaConsumer-tp3696144p3696766.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to