He posted this same question on @dev first where we have given him an answer already.
On Thu, Sep 20, 2012 at 9:18 AM, kikou1984 <[email protected]> wrote: > Hi, > > I have a little problem, I do not know how to implement this idea. > > I explained the idea. > > I have this bean: .bean(EclatCCTIBean.class,"eclatCCTI"); > > That it returns: ArrayList <ArrayList <ClassA>> > > I want that each element of this table leads to another Beans that takes as > input: ArrayList <ClassA> > > Here is an example: > Suppose the first Bean Returns an array that contains 5 of <ArrayList > <ClassA> I wish that each Array Bean enters another successively. > > I think it's doable but I can not find enough examples on the net. > > Thank you in advance if anyone has an idea! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Com-between-beans-tp5719646.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
