Splitter does not anymore support attachments?

2023-05-05 Thread Kessler, Joerg
Hi all, We are migrating from Camel 2 to Camel 3. I know that the attachment handling has changed here. We were able to adjust most of the code. But now I am somehow stuck. We support a format that is a compound message and we use the splitter to split such a message in single messages using

strange error handling in Camel CXF (SOAP) for HTTP 500

2018-12-14 Thread Kessler, Joerg
By accident I came across a strange behavior when simulating error situations for a CXF producer endpoint. As route starting point I use also a CXF endpoint. There is actually no additional configuration like WSDL or steps between the endpoints. Now I configured the simulator endpoint (which

RE: PollEnrich using SFTP: What is the meaning of delay, initialDelay in this context?

2013-04-09 Thread Kessler, Joerg
. -Original Message- From: Kessler, Joerg [mailto:joerg.kess...@sap.com] Sent: Montag, 18. März 2013 14:06 To: users@camel.apache.org Subject: PollEnrich using SFTP: What is the meaning of delay, initialDelay in this context? Hi, We use Camel 2.10.x. I want to pick up a limited number

PollEnrich using SFTP: What is the meaning of delay, initialDelay in this context?

2013-03-18 Thread Kessler, Joerg
Hi, We use Camel 2.10.x. I want to pick up a limited number of files from an SFTP server by one synchronous (WS) call. I use Loop and PollEnrich to aggregate the the message. I have set the timeout-property of PollEnrich to 0 since I expect the files to exist on the SFTP server. The SFTP