Re: Mail - copyTo not working and MailBoxPostProcessAction not found

2014-11-29 Thread Claus Ibsen
You can enable TRACE logging on the camel-mail component and it should log that it copies the message. folder.copyMessages(new Message[]{mail}, destFolder); LOG.trace(IMAP message {} copied to {}, mail, copyTo); Can you see if you can see that? On Fri, Nov 28, 2014 at 6:36

Re: Lately (2.14) NullPointerExceptions instead of TypeConversionExceptions

2014-11-29 Thread Claus Ibsen
Hi Can you paste the stacktrace where you get the NPE ? On Fri, Nov 28, 2014 at 10:31 AM, dermoritz tantea...@hotmail.com wrote: Some day ago i switched to camel 2.14 (mainly because of RoutePolicyFactory - a great idea!). But i also noticed on creating new routes with new processors/

Re: [Rest DSL] Automatic convertion of body to java.util.Map . How to fix it ?

2014-11-29 Thread Claus Ibsen
Hi People is very welcome to help with docs and other contributions http://camel.apache.org/contributing.html http://camel.apache.org/how-do-i-edit-the-website.html Just a note that the Camel DSL in Java and XML is 99% similar, so its actually easy when you know this. also in XML use the power