Re: Camel Users Registration

2016-10-27 Thread Bilgin Ibryam
Hi Arthanarisamy, try sending an email to : users-subscr...@camel.apache.org and then confirm your address. Cheers, On 25 October 2016 at 11:50, Arthanarisamy Annamalai wrote: > Hi, > > Please allow me to subscribe. > > Thanks, > Arthanarisamy > > -- > > >

Re: Camel-ahc-ws netty runtime problems

2016-10-27 Thread Stuart
Simplifying the route and removing multicast() & Pipeline() properties results in no change. Excluding the camel-ahc-ws netty dependencies and including them explicitly in the build.gradle file also results in a runtime exception. This was tested with netty-all.4.1.5.Final and

Re: Losing mi sanity on pipeline testing

2016-10-27 Thread Quinn Stevenson
I’m assuming you’re just trying to get the DataSet to work for testing - correct? (DataSet isn’t really meant for anything other than testing). If that’s the case, use the DataSet as the Consumer - i.e. from(“dataset://source”) and you should be OK. > On Oct 27, 2016, at 7:15 AM, Edoardo

Re: Dynamic routing based on collection values

2016-10-27 Thread catequil
Here is another option to look at that takes a little bit different approach. -- View this message in context: http://camel.465427.n5.nabble.com/Dynamic-routing-based-on-collection-values-tp5789157p5789362.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Is GenericFileOperationFailedException handled differently than other exceptions?

2016-10-27 Thread John Taylor
Klaus Johansen writes: > Hi all, > > I have used a lot time configuring a deadLetterChannel errorHandler and a > custom PollingConsumerPollStrategy for our PollingConsumers (mostly sFTP > and FTPS). > > In combination with "throwExceptionOnConnectFailed=true" and >

Re: Losing mi sanity on pipeline testing

2016-10-27 Thread Edoardo Causarano
Hi, answers inline: > On 27 Oct 2016, at 14:50, Brad Johnson wrote: > > Try putting in .log(${body}) in between each of the lines and see what you > get. It appears you are using the SimpleDataSet which takes a single > String. What behavior are you expecting

camel 2.18.0 file component filter example

2016-10-27 Thread gustavo.maurizio
Can someone please provide an example of the new file2 filterFile and filterDirectory usage with simple expression? We want to process recursively a directory and its subdirectories but only matching files or directories (and all its subfiles) that have name MMDD lower or equal the run moment.

help with WARN messages in camel 2.18.0

2016-10-27 Thread gustavo.maurizio
We are receiving some error messages when upgrading route to 2.18. Any ideas? [ Blueprint Extender: 2] ManagedManagementStrategy INFO JMX is enabled [ Blueprint Extender: 2] DefaultTypeConverter WARN Overriding type converter from: StaticMethodTypeConverter:

Re: Losing mi sanity on pipeline testing

2016-10-27 Thread Brad Johnson
Try putting in .log(${body}) in between each of the lines and see what you get. It appears you are using the SimpleDataSet which takes a single String. What behavior are you expecting from ti? Is it throwing an exception? Have you tried sending in a List with a ListDataSet to see what behavior

JpaConsumer endpoint not showing up in hawtio.

2016-10-27 Thread raulsperoni
Hi, i'm using wildly-camel, camel 2.16.3, hawtio (1.4.60) comes really handy, but i can't get routes with jpa consumer endpoint to appear in the list, in fact i'm using direct channels to join the jpaconsumer route with the rest. Do you have any idea why this is happening? Here is an example...

Losing mi sanity on pipeline testing

2016-10-27 Thread Edoardo Causarano
Hi all, I’m trying to do something relatively simple, yet it’s been eluding me for hours already! I’d like to have a timer trigger a broadcast to a couple pipelines to invoke a remote cloud component, transform the responses to a common type and merge the results in one homogenous list to

Setting TTL on Netty4 multicast endpoint

2016-10-27 Thread robina
Hi all, I'm using Netty4 to broadcast UDP datagrams using an endpoint configured as follows: netty4:udp://239.192.2.25:2100?sync=falsebroadcast=trueallowDefaultCodec=falsenetworkInterface=eth3 The problem I have is that the default TTL is 1, but I'm required to broadcast to a number of subnets,

Is GenericFileOperationFailedException handled differently than other exceptions?

2016-10-27 Thread Klaus Johansen
Hi all, I have used a lot time configuring a deadLetterChannel errorHandler and a custom PollingConsumerPollStrategy for our PollingConsumers (mostly sFTP and FTPS). In combination with "throwExceptionOnConnectFailed=true" and "consumer.bridgeErrorHandler=true" we have a generally robust setup,

Re: Does camel provide a provision to deal with special characters in an address URL?

2016-10-27 Thread Tomohisa Igarashi
Hi, Are you using this one? http://oehf.github.io/ipf/ipf-platform-camel-ihe-xds/iti41.html The error message says that the parameter is assumed as a component option, but not a HTTP query parameter. Does this document help?