Re: XSLT transformation Base64binary and camel xslt

2016-12-07 Thread Gregoire Autric
Hi Ravi, I suggest : * to wrap you document generator lib with base64 dataformat stuff : http://camel.apache.org/base64.html * copy you base64 content to an header * and use it a parameter for xslt template http://camel.apache.org/xslt.html#XSLT-GettingParametersintotheXSLTtoworkwith I hope it

Re: Howto route to a remote FTP work folder then move to the remote FTP final folder

2016-01-11 Thread Gregoire Autric
Hi Billy, Have you ever see our camel-example-ftp sample project ? https://github.com/apache/camel/tree/master/examples/camel-example-ftp but your xml spring route should look like : http://camel.apache.org/schema/spring";> ftp://rem

Re: Howto route to a remote FTP work folder then move to the remote FTP final folder

2016-01-11 Thread Gregoire Autric
Hi, Billy, Copy that, please check this option : http://camel.apache.org/file2.html#File2-Writingfilethroughthetemporarydirectoryrelativetothefinaldestination see u On Mon, Jan 11, 2016 at 5:45 PM, bbuzzard wrote: > Thanks for the quick response Greg. Let me see if I can clarify what has >

Re: Does Camel SQL Component have setQueryTimeout?

2016-02-01 Thread Gregoire Autric
Hi Nes, SQL Camel Component is mapped with JdbcTemplate [1]. You could use "template.queryTimeout" URI parameter to set your timeout. If it still doesn't work, feel free to rise an JIRA/issue [1] https://docs.spring.io/spring/docs/2.5.x/javadoc-api/org/springframework/jdbc/core/JdbcTemplate.ht

Re: type save body() unboxing

2016-02-10 Thread Gregoire Autric
Hi zappee, I think If you want manage some header and class syntactically (compile time) you should use Processor feature [1] from("").process(new Processor() { public void process(Exchange exchange) throws Exception { Person payload = exchange.getIn().getBody(Person.class);

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

Re: Camel XMLRPC dateTime.iso8601 format.

2016-03-09 Thread Gregoire Autric
hi, Nunzio which camel component has been involved ? ( http://camel.apache.org/xmlrpc.html ?) Could you copy/paste your error too ? by advance, thx Best Regards, Bien à vous, どうぞお元気で, Greg AUTRIC - JBoss Middleware Consultant - On Tue, Mar 8

Re: bean parameter binding

2016-03-09 Thread Gregoire Autric
Hi Minh, it is be an improvement that Camel could implements Coud you please rise a JIRA for it ? Camel team will check it too. https://issues.apache.org/jira/browse/CAMEL thx for this topic Best Regards, Bien à vous, どうぞお元気で, Greg AUTRIC

Re: Invalid URLs in wiki

2016-03-25 Thread Gregoire Autric
hi, Mihali thx for pointing this errors, I will update wiki doc, now Best Regards, Bien à vous, どうぞお元気で, Greg AUTRIC - JBoss Middleware Consultant - On Fri, Mar 25, 2016 at 5:08 PM, Mihali Mavromatis < m.mavroma...@protonmail.com> wrote: >

Re: How to process Multipart SOAP response

2016-03-31 Thread Gregoire Autric
hi Ekta, I think if you change your dataformat to CXF_MESSAGE it should work fine please follow URL doc http://camel.apache.org/cxf.html CXF_MESSAGE Mode: MTOM is supported, and Attachments can be retrieved by Camel Message APIs mentioned above. Note that when receiving a multipart (i.e. MTOM) m