Re: Splitter Question - ArrayList

2012-05-29 Thread Christopher Love
Guys Thanks for the recommendations. I took a step back and did a split on a string, rather than an object. Smaller payload in the activemq queues. Claus An ArrayList is inbound to the split. I should not have listed it in the split. Should split() just work, or do I need to list the object t

Re: Splitter Question - ArrayList

2012-05-29 Thread Henryk Konsek
> I am not getting anything after the split.  Ideas?  What debug logging > should I tweak? Could you send us output from logger near split(body(LsaResponse.class)) ? It's hard to tell what's wrong with your routing, reasoning from the snippet we cannot execute locally and seeing no log :) . -- H

Re: Splitter Question - ArrayList

2012-05-29 Thread Claus Ibsen
And are you sure LsaResponse is a Colection / Iteratable so it can be used for splitting? See the splitter docs http://camel.apache.org/splitter And use tracer to see what goes on http://camel.apache.org/tracer Or write an unit test and debug the code. On Tue, May 29, 2012 at 5:29 AM, Christop

Splitter Question - ArrayList

2012-05-28 Thread Christopher Love
Hi all I am trying to split an ArrayList and send it to a queue. I am not getting anything after the split. Ideas? What debug logging should I tweak? from("seda:ReloadLSADocs") .to("clearHeader") .validate(header("IGIVE_DOIT").isNotNull()) .routeId("reload-lsa-docs") .to("bean:lsaRedisService?m