Re: Com between beans

2012-09-21 Thread kikou1984
ent of the Array and getting back to the sequence : "IN BEAN A " "IN BEAN B " "IN BEAN C " "IN BEAN D " "IN BEAN E " I don't understand why all the element of the splitter getting to the first Bean A successively ?! -- View this message in context: http://camel.465427.n5.nabble.com/Com-between-beans-tp5719646p5719712.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Com between beans

2012-09-21 Thread kikou1984
ill be {A,B,C,D,E},{A,B,C,D,E},{A,B,C,D,E},{A,B,C,D,E},{A,B,C,D,E}. But unfortunately, the sequence is like this with this code : { A,A,,A,A,A,B,C,D,E}. am I more clear now ? -- View this message in context: http://camel.465427.n5.nabble.com/Com-between-beans-tp5719646p5719710.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Com between beans

2012-09-20 Thread kikou1984
to("file:///D:/fileCamel/Sortie?fileName=firstUDK.txt"); be executed 5 times. I know It missing a little something :S Thxs for u r help -- View this message in context: http://camel.465427.n5.nabble.com/Com-between-beans-tp5719646p5719673.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Com between beans

2012-09-20 Thread kikou1984
ppingUDKBean.class,"mapUdkInObj"). bean(MappingUDKBean.class,"makeFlatUDK"). Where can i put the loop? Thank you in advance -- View this message in context: http://camel.465427.n5.nabble.com/Com-between-beans-tp5719646p5719660.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Com between beans

2012-09-20 Thread Claus Ibsen
then it uses the same input each time. Alternative just write a java bean and call the other java beans yourself. Then its just java code. > thxs > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Com-between-beans-tp5719646p5719657.html

Re: Com between beans

2012-09-20 Thread kikou1984
spatch the ArrayList > in 5 ArrayList to the Bean 'EclatDBCRBean.class', but i want to execute five time the chain from EclatDBCRBean to MappingUDKBean with the 5 ArrayList from ArrayList >. And it doesn't work !! if u can help me I would be grateful. thxs -- View

Re: Com between beans

2012-09-20 Thread Claus Ibsen
t 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-

Com between beans

2012-09-20 Thread kikou1984
ttp://camel.465427.n5.nabble.com/Com-between-beans-tp5719646.html Sent from the Camel - Users mailing list archive at Nabble.com.