>Today you have to do
>
>from("file://some/dir").beanRef("myBean");
>from("file://some/other/file").beanRef("myBean");Will that fetch the 2 files before executing the bean or will that execute twice the same bean using as input each of the files ? I suspect we need a kind of "join" somewhere here, isn't it ? Then how to express the second semantic ? Cheers Guillaume -- View this message in context: http://www.nabble.com/Newbie-question-tp14593953s22882p14598131.html Sent from the Camel - Users mailing list archive at Nabble.com.
