Re: Email not copied to sent items

2016-04-10 Thread NewCamelDev
Thanks Walzer. Thanks for your reply. I am not an expert in mail servers do you think it is possible to integrate this in the mail server level similar to the gmail ? Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Email-not-copied-to-sent-items-tp5780744p5780882.

Re: Camel route set map object in body

2016-04-10 Thread VinothKR
Hi Ranx, Thanks. I was able to send a Map object to the body using bean. Converter class: public Map myConverter(String toDisplay) { logger.debug("Invoking my converter for type "+toDisplay.getClass().getName()+" toDisplay "+toDisplay); Gson gson = new Gs

Re: Camel route set map object in body

2016-04-10 Thread Brad Johnson
I gathered you wanted to send a map of data and not the quartz data. What wasn't clear from your code snippet is where the bodyMap was coming from. I'm not sure why you are calling toString on the bodyMap in your SimpleExpression and then calling convertToMap after it. Isn't it already the map yo

Re: Http Request Url, Body & Header

2016-04-10 Thread Debraj Manna
Thanks this is what I was looking for. On Apr 9, 2016 3:43 PM, "Andreas Gebhardt" wrote: > Try this > > * in your `log4.properties`: > > log4j.logger.org.apache.http=DEBUG > > * or if you use Camel with Spring Boot in your `application.properties`: > > logging.level.org.apache.http=DEBUG > >