Re: onException() Redelivery to parent route

2017-06-14 Thread barthorre
Hi, have a look at this article: http://camel.apache.org/how-do-i-retry-processing-a-message-from-a-certain-point-back-or-an-entire-route.html -- View this message in context: http://camel.465427.n5.nabble.com/onException-Redelivery-to-parent-route-tp5803518p5803632.html Sent from the Camel -

Re: http4 component: Possible to post message attachments as "multipart/mixed" ?

2015-06-22 Thread barthorre
I was indeed referring to the link. Sorry for the confusion. Bart Horré Anova r&d bvba On Fri, Jun 19, 2015 at 7:40 PM, Ettoregia [via Camel] < ml-node+s465427n5768421...@n5.nabble.com> wrote: > Hi, > > unless you mean the link you posted in your first message, I don't seem to > be able to find

Re: http4 component: Possible to post message attachments as "multipart/mixed" ?

2015-06-19 Thread barthorre
There should be an attachment in this thread. I'm on my phone right now. If you can't find it I'll try and locate it when I get the chance On Fri, Jun 19, 2015, 13:36 Ettoregia [via Camel] < ml-node+s465427n5768397...@n5.nabble.com> wrote: > Hi there, > > I know it's quite a long time ago now, bu

mail.pop3.xxx property issue

2014-05-14 Thread barthorre
Hi Camel Users, I recently expierenced a networktimeout in JavaMail when using camel-mail 2.10.3. I realize this is an outdated version, so maybe this isn't an issue anymore. Anyway, I was wondering if mail.pop3.connectiontimeout en mail.pop3.timeout are correctly set when using the pop3s scheme

Re: http4 component: Possible to post message attachments as "multipart/mixed" ?

2014-01-13 Thread barthorre
The http4 component doesn't process attachments by default. You could however prepare a processor to build op the HttpEntity yourself. See attachment for some code. http-mulitpart-processor.txt -- View this message

RemoteFileProducer log at warn level instead of throwing exception

2013-10-03 Thread barthorre
L.S., I was wondering why RemoteFileProducer logs a warning in the handleFailedWrite instead of throwing an exception. In my case I have route that uploads to an FTP. Apperently some files didn't make it to the FTP but I did not know about that because those files where never error handled. Afte

Re: not Getting output after running the code......... :( :(

2013-06-13 Thread barthorre
Where is the code? -- View this message in context: http://camel.465427.n5.nabble.com/not-Getting-output-after-running-the-code-tp5734123p5734163.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unable to build camel-2.12-SNAPSHOT

2013-06-07 Thread barthorre
p?type=node&node=5734002&i=0>> > wrote: > > > Hi > > > > Okay spotted the problem and have a fix pending for commit. Thanks for > > reporting. > > > > On Fri, Jun 7, 2013 at 9:25 AM, barthorre <[hidden > > email]<http://user/SendE

Re: Unable to build camel-2.12-SNAPSHOT

2013-06-07 Thread barthorre
ime error, or it fails everytime on your system. > > On Fri, Jun 7, 2013 at 9:05 AM, barthorre <[hidden > email]<http://user/SendEmail.jtp?type=node&node=5733983&i=0>> > wrote: > > > Hi all, > > > > I just checked out the project

Unable to build camel-2.12-SNAPSHOT

2013-06-07 Thread barthorre
Hi all, I just checked out the project from git and am unable to build the project due to a test failure in TokenXMLPairMultiNamespaceSplitTest with the following stacktrace java.lang.AssertionError: Assertion error at index 0 on mock mock://split with predicate: body == Camel in Action evaluated

camel-elasticsearch option to connect to remote cluster

2013-04-03 Thread barthorre
Hi there, I was wondering if there is an option (or should be implemented) to be able to connect to a remote cluster. It should provide the same functionality like that java api for ES: new TransportClient(settings).addTransportAddress(new InetSocketTransportAddress(ip, 9300)) I tried to run a

Missing start boundary exception on camel mail 2.10.2

2013-01-02 Thread barthorre
Hi there, I have a route that reads from a pop3 mailbox. It's main purpose is to process attachments. I recently upgraded my servicemix environment to 4.5.0, which means camel got upgraded to 2.10.2, and that's when things started to fail. Everytime the mailbox gets a message (with or without an