Hi,

I got a treatment : 
.bean(EclatDBCRBean.class,"eclatDBCR") , it s output is X ,

I want for X to get in two other treatment !

How can i do please i tried this one but doesn't work : 

//a primary treatment
.bean(EclatDBCRBean.class,"eclatDBCR")
          
// Two others !
.bean(EclatDBCRBean.class,"isListDEB").bean(MappingUDKBean.class,"mapUdkInObj").bean(MappingUDKBean.class,"makeFlatUDK").to("file:///D:/fileCamel/Sortie?fileName=firstUDK.txt")
                           
.bean(EclatDBCRBean.class,"isListCEB").bean(MappingUDKBean.class,"mapUdkInObj").bean(MappingUDKBean.class,"makeFlatUDK").to("file:///D:/fileCamel/Sortie?fileName=firstUDK.txt");


thxs for help.



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-can-I-split-the-output-of-a-treatment-on-two-roads-tp5716978.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to