[ANNOUNCEMENT] Apache Camel 2.20.0 Released

2017-10-11 Thread Gregor Zurowski
The Camel community announces the immediate availability of the new minor release Camel 2.20.0. This release contains over 550 fixes and improvements. The artifacts are published and ready for you to download [2] either from the Apache mirrors or from the Central Maven repository. For more

Re: onCompletion doesn't get executed when onException handler is triggerred

2017-10-11 Thread LiQiang Ye
Claus, I found that the route that main route that contains multicast will stop routing after "direct:a" hits exception handler. So I want to know how I can make the route continue routing even if "direct:a" hits exception and does its retries and stops. from("timer:reload-config?delay=" +

another example walkthrough for Camel

2017-10-11 Thread Bill Durksen
This may not be the correct forum for this question but here goes. I don't see the uri definitions or the source code for this walkthrough, found at url: http://camel.apache.org/walk-through-another-example.html. Does anyone know why this happens or why Chrome complains with dialog:

stop

2017-10-11 Thread Hetmoteus
stop plz

API Management Products Support in Apache Camel

2017-10-11 Thread Imran Raza Khan
Do Apache Camel support products like Red Hat 3Scale, Apigee or WSO2 Api Management?

Mysql-connector 8.0.8 not in maven, dependency error

2017-10-11 Thread Farkas Lajos
Hello Camel users, i'm trying to install camel-ftp on karaf 4.0.4, and i'm getting this error: 2017-10-11 19:24:45,106 | WARN | ool-379-thread-7 | AetherBasedResolver | 5 - org.ops4j.pax.logging.pax-logging-api - 1.8.5 | Error resolving

Re: Urgent: Camel Hystrix Java DSL Questions

2017-10-11 Thread LiQiang Ye
Thanks Claus! Some follow ups on your answers: 1) I have been using camel 2.19.0. What version fixed the bug? 2) hystrix() has methods like getHystrixConfigurations(), is it usable in route dsl? If yes, can you please provide a route DSL example? 3) Thanks for providing the feature in the new

Re: Urgent: Camel Hystrix Java DSL Questions

2017-10-11 Thread Claus Ibsen
Hi Okay I found out a bit and logged a ticket https://issues.apache.org/jira/browse/CAMEL-11895? You can see this commit that can get the CB state https://github.com/apache/camel/commit/ebf7b80c23006551f44000befa9a4347817ff97e On Wed, Oct 11, 2017 at 3:07 PM, Claus Ibsen

Re: Urgent: Camel Hystrix Java DSL Questions

2017-10-11 Thread Claus Ibsen
Ad 1) Try upgrading Camel it may be a bug. However that configuration ought to be in use. We have some examples that does that and it works. Ad 2) You cannot, you can debug or turn on DEBUG/TRACE logging etc. Ad 3) Dont think its exposed via JMX. There is some details today via JMX on the

Re: Camel Spring Boot: Bean initialization skipped in auto-configuration

2017-10-11 Thread Mark Nuttall
I looked at stacktrace and your code here. I agree with the comment about the Map. The same thing can happen with strings. I am not sure what the map does but you might be able to that in Spring properties. If not, either create a class to hold the map and make that class the Bean or provide a

Camel Spring Boot: Bean initialization skipped in auto-configuration

2017-10-11 Thread Florian Posch
Hi, I'm using Camel 2.19.3 and Spring Boot 1.5.7 including the corresponding Camel starter for my application and am having some issues with a custom InflightRepository getting set up. It is defined as Spring @Component and should get applied to the context by auto-configuration but the