Re: camel-spring-boot + @UseAdviceWith

2017-03-27 Thread kim
Hi, I am having similar issues as per https://issues.apache.org/jira/browse/CAMEL-9332 I noticed the solution (https://github.com/apache/camel/tree/master/components/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/mockendpoints ) and downloaded it. The example worked fine until I

RE: camel-spring-boot + @UseAdviceWith

2016-04-15 Thread David Bennison
Cheers Claus From: Jeff Segal <jeffrey.se...@gmail.com> Sent: 15 April 2016 15:40 To: users@camel.apache.org Subject: Re: camel-spring-boot + @UseAdviceWith Very exciting! I'll probably still have to employ a work-around for now but look forward to

Re: camel-spring-boot + @UseAdviceWith

2016-04-15 Thread Jeff Segal
ny known > >> workarounds. > >> > >> BTW once I ripped out Camel Spring Boot the @UseAdviceWith worked. > >> ____ > >> From: Jeff Segal <jeffrey.se...@gmail.com> > >> Sent: 14 April 2016 18:18 > >>

Re: camel-spring-boot + @UseAdviceWith

2016-04-15 Thread Claus Ibsen
gt; >> BTW once I ripped out Camel Spring Boot the @UseAdviceWith worked. >> >> From: Jeff Segal <jeffrey.se...@gmail.com> >> Sent: 14 April 2016 18:18 >> To: users@camel.apache.org >> Subject: Re: camel-spring-boot + @UseAdviceWith >> >> Exactly

Re: camel-spring-boot + @UseAdviceWith

2016-04-15 Thread Jeff Segal
on't work, preferably with any known > workarounds. > > BTW once I ripped out Camel Spring Boot the @UseAdviceWith worked. > > From: Jeff Segal <jeffrey.se...@gmail.com> > Sent: 14 April 2016 18:18 > To: users@camel.apache.org &

RE: camel-spring-boot + @UseAdviceWith

2016-04-15 Thread David Bennison
ct: Re: camel-spring-boot + @UseAdviceWith Exactly - I had the same suspicion with regard to Camel-7963 but was hoping to be proven wrong here. I have not gotten any further unfortunately. I'm planning on trying a few work-arounds but it's unclear what the typical setup ought to be. I would

Re: camel-spring-boot + @UseAdviceWith

2016-04-14 Thread Jeff Segal
Exactly - I had the same suspicion with regard to Camel-7963 but was hoping to be proven wrong here. I have not gotten any further unfortunately. I'm planning on trying a few work-arounds but it's unclear what the typical setup ought to be. I would think that others would be in the same boat if

RE: camel-spring-boot + @UseAdviceWith

2016-04-14 Thread David Bennison
Our problem looks similar to this one with @MockEndpoints raised back in 2015 against Camel 2.16.0. http://grokbase.com/t/camel/users/15bgwdeftt/spring-boot-test-mocks The reason given by Joakim Bjørnstad appears to explain what we are experiencing. The last comment on

RE: camel-spring-boot + @UseAdviceWith

2016-04-14 Thread David Bennison
Hi, Have you got any further with this? I am suffering from the same problem. From: Jeff Segal Sent: 12 April 2016 16:46 To: users@camel.apache.org Subject: camel-spring-boot + @UseAdviceWith All, I'm currently creating a