stop

2017-10-11 Thread Hetmoteus
stop plz

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-12 Thread Hetmoteus
Hi, Thanks for the support. I'll note for next version upgrade. -- View this message in context: http://camel.465427.n5.nabble.com/OnApplicationEvent-not-called-with-CamelAutoConfiguration-tp5798802p5799363.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-12 Thread Hetmoteus
Hi, Tested in a test project and it seems to work. I'll prefer not modifying SpringCamelContext class in my project. Do you have any feedback about my workaround ? Just to know if it is "safe" to use in production or I might encounter other problems. -- View this message in context:

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-11 Thread Hetmoteus
H, I've tried to use depends-on but failed. >From what I understand of the shutdown process. I think it is related to onApplicationEvent not being called. I've come across this issue[1]. Since ApplicationListener interface has been removed, the method is not called anymore. Its only called by

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-10 Thread Hetmoteus
So its not a bug in the SpringCamelContext handled by CamelAutoConfiguration ? What you are saying is that its not related to the onApplicationEvent method and the shutdownEager ? I'm lost really thought it was that and calling it was fixing it though ... -- View this message in context:

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-10 Thread Hetmoteus
Hi, When I shutdown the application with at least 1 inflight exchange I get the following logs : 2017-05-04 18:21:59.748 WARN 12188 --- [er[test.queue]] o.a.activemq.jms.pool.PooledSession : Caught exception trying rollback() when putting session back into the pool, will invalidate.

Re: OnApplicationEvent not called with CamelAutoConfiguration

2017-05-09 Thread Hetmoteus
Hi, Anyone can confirm or infirm this ? Is there a way to create an issue if it is confirmed ? Can someone help me to get a good temp fix for this or valid that what I'm doing is correct ? Thanks -- View this message in context:

OnApplicationEvent not called with CamelAutoConfiguration

2017-05-06 Thread Hetmoteus
Hi, I'm using SpringBoot with camel 1.4.3.RELEASE 2.18.3 CamelContext is auto configured via : CamelAutoConfiguration If I understand correctly the SpringCamelContext is instancied via CamelAutoConfiguration class and not by CamelContextFactoryBean. Since

SpringCamelContext onApplicationEvent not called with SpringBoot

2017-05-05 Thread Hetmoteus
Hi, I'm using SpringBoot with camel 1.4.3.RELEASE 2.18.3 CamelContext is auto configured via : CamelAutoConfiguration If I understand correctly the SpringCamelContext is instancied via CamelAutoConfiguration class and not by CamelContextFactoryBean. Since