Re: HelloWorld Example - apache Camel

2016-03-01 Thread Ghazi
Hello Sir ! Thanks for the help . I fixed that problem and i am having another one .In fact, when i run my project this error : " AllowUseOriginalMessage is enabled. If access to the original message is not needed, then its recommended to turn this option off as it may improve performance. " Pleas

Re: HelloWorld Example - apache Camel

2016-03-01 Thread Quinn Stevenson
That’s just an info level log statement. If you don’t need the original message, you can disable it by setting useOriginalMessage to false on the Camel Context. Same kind of think applies to the Stream Caching log statement. > On Mar 1, 2016, at 7:23 AM, Ghazi wrote: > > Hello Sir ! > Thanks

Re: HelloWorld Example - apache Camel

2016-02-29 Thread Gregoire Autric
Hi Ghazi, I think you have got a little trouble with sfl4j implementation. You have two impl (slf4j-simple and slf4j-log4j) If you want use log4j impl you have to write a log4j.properties correctly and put it into your classpath. BTW, the best source for all Camel exemples is the official reposit