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
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
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
>
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
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);
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
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
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
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:
>
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
10 matches
Mail list logo