Camel - No component found with scheme:mybatis

2017-03-30 Thread jbailie1992
I've got a Spring Boot app that makes use of Camel and Mybatis. I've got the following mybatis dependencies in pom.xml: *pom.xml* org.apache.camel camel-mybatis ${camel.version} org.mybatis.spring.boot

Re: Camel instanciated as null

2017-03-30 Thread mtod09
Thanks Quinn, This xml is imported by Karaf using the deploy folder so I'm not sure if the package, bundle fit's this process. Mike -- View this message in context: http://camel.465427.n5.nabble.com/Camel-instanciated-as-null-tp5796043p5796760.html Sent from the Camel - Users mailing list

Hystrix on a routing slip

2017-03-30 Thread Priyanka Gopinath
All of the hystrix examples are applied directly to an endpoint like - .hystrix() .hystrixConfiguration().executionTimeoutInMilliseconds(4000).end() .to("direct:fast") .onFallback() .transform().constant("Fallback message") .end() . How do we this to apply the hystrix configuration to a routing

Re: Exception handling with Hystrix EIP

2017-03-30 Thread Priyanka Gopinath
Thanks for the response Abhishek. I was using version 2.18. The release notes mentions that there is a bug in the hystrix fallback implementation. However, upon moving to v2.18.3, it worked magically! On Wed, Mar 22, 2017 at 9:17 PM, Abhishek.Jha09 wrote: > Hi Priyanka, > >

Re: Camel instanciated as null

2017-03-30 Thread Quinn Stevenson
This is the RedeliveryPolicy I was referring to (copied from your sample). Regardless, the error you’re seeing is that the org.apache.activemq package isn’t exported by any bundles, but you’re importing it. I’d look and make sure you’re not referencing anything

Re: Camel instanciated as null

2017-03-30 Thread mtod09
I tried removing the redelivery policy and no change still not executing the route. Mike -- View this message in context: http://camel.465427.n5.nabble.com/Camel-instanciated-as-null-tp5796043p5796755.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel instanciated as null

2017-03-30 Thread mtod09
Hmm I'm using org.apache.camel.processor.RedeliveryPolicy should this be something else? Mike -- View this message in context: http://camel.465427.n5.nabble.com/Camel-instanciated-as-null-tp5796043p5796754.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Issues running unit tests based on CamelTestSupport

2017-03-30 Thread KARR, DAVID
> -Original Message- > From: souciance [mailto:souciance.eqdam.ras...@gmail.com] > Sent: Wednesday, March 29, 2017 9:50 PM > To: users@camel.apache.org > Subject: Re: Issues running unit tests based on CamelTestSupport > > Hard to say but might because due to conflict here: > >

Re: Camel instanciated as null

2017-03-30 Thread Quinn Stevenson
It looks like you have an ActiveMQ RedeliveryPolicy - I think you meant to use a Camel Redelivery Policy? > On Mar 29, 2017, at 2:25 PM, mtod09 wrote: > > In JMX I get no entries for this Camel route others work fine that do not use > Artemis. > Log's give me no errors. >

camel-snmp Producer for sending TRAPS/INFORMS(2.18.3)

2017-03-30 Thread imranrazakhan
Hi, As per 2.18.3 release notes producer support available , but following URL doesn't have details http://camel.apache.org/snmp.html Regards -- View this message in context: http://camel.465427.n5.nabble.com/camel-snmp-Producer-for-sending-TRAPS-INFORMS-2-18-3-tp5796737.html Sent from the

Re: Need help retaining files in source folder..

2017-03-30 Thread Hari
Thanks a lot Claus. I moved the filter to file end point . It worked. from("file:d://data//inprocess/?recursive=true=#myfilefilter") Thanks again. -- View this message in context: http://camel.465427.n5.nabble.com/Need-help-retaining-files-in-source-folder-tp5796053p5796735.html Sent from