On Wed, Oct 6, 2010 at 8:23 PM, Russell, Brian <bruss...@medplus.com> wrote:
> In addition to testing my clustered quartz configuration, I have the
> following question...
>
> I have a bean returning a java.util.List<CustomPOJO>  (see get_list
> below).  I then try to use the <simple>body</simple> to route each
> CustomPOJO.  See following...
>
> <route id="route1">
>        <from ref="quartz_scheduler" />
>        <to ref="get_list" />
>        <split>
>                <simple>body</simple>
>                <to ref="map_object" />
>                <to ref="jms_queue" />
>        </split>
> </route>
>
> It's not reaching the "map_object" bean endpoint.
>
> Should this be working or am I misconfiguring something?
>
> I am using camel 2.4.

Can't remember if there was a bug/issue there when doing <simple>body</simple>
You can try with <simple>${body}</simple>.

>
> Thanks.
>
>
>
>
>
>
>
>
>
>
> Confidentiality Notice: The information contained in this electronic 
> transmission is confidential and may be legally privileged. It is intended 
> only for the addressee(s) named above. If you are not an intended recipient, 
> be aware that any disclosure, copying, distribution or use of the information 
> contained in this transmission is prohibited and may be unlawful. If you have 
> received this transmission in error, please notify us by telephone (513) 
> 229-5500 or by email (postmas...@medplus.com). After replying, please erase 
> it from your computer system.
>
>
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to