Re: testing routes when using spring boot

2017-03-20 Thread Minh Tran
gbootDemoApplication { > ... > > and that includes autoConfig. > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/testing-routes-when-using-spring-boot-tp5795812p5795816.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: testing routes when using spring boot

2017-03-20 Thread 129073.d.0002
@SpringBootApplication public class CamelSpringbootDemoApplication { ... and that includes autoConfig. -- View this message in context: http://camel.465427.n5.nabble.com/testing-routes-when-using-spring-boot-tp5795812p5795816.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: testing routes when using spring boot

2017-03-20 Thread Minh Tran
r, now I know that there is something else wrong with > my project. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/testing-routes-when-using-spring-boot-tp5795812p5795814.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: testing routes when using spring boot

2017-03-20 Thread 129073.d.0002
.465427.n5.nabble.com/testing-routes-when-using-spring-boot-tp5795812p5795814.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: testing routes when using spring boot

2017-03-20 Thread Minh Tran
nWith(SpringRunner.class)? > > Camel in Action 2ed does not help with testing in Spring Boot context :( > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/testing-routes-when-using-spring-boot-tp5795812.html > Sent from the Camel - Users mailing list archive at Nabble.com.

testing routes when using spring boot

2017-03-20 Thread 129073.d.0002
t :( -- View this message in context: http://camel.465427.n5.nabble.com/testing-routes-when-using-spring-boot-tp5795812.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Testing routes: Get route definition by id gets null

2012-06-25 Thread Omar Atia
{ >>@Override >>public void configure() throws Exception { >>weaveAddLast().to("mock:mainRoute"); >> } >>}); >> ... >> >> Here comes the camel-context.xml: >> &g

Re: Testing routes: Get route definition by id gets null

2012-06-25 Thread Claus Ibsen
ve deps to model package where the route defs are. > Hilde > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Testing-routes-Get-route-definition-by-id-gets-null-tp5715014p5715033.html > Sent from the Camel - Users mailing list archive at Nabble.com. --

Re: Testing routes: Get route definition by id gets null

2012-06-25 Thread Hilde
.nabble.com/Testing-routes-Get-route-definition-by-id-gets-null-tp5715014p5715033.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Testing routes: Get route definition by id gets null

2012-06-25 Thread Claus Ibsen
   class="com.routes.MainRoute"> >         > > > > >         >        ... > > > > Could you help me? > > Cheers > Hilde > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Testing-routes-G

Testing routes: Get route definition by id gets null

2012-06-25 Thread Hilde
ers Hilde -- View this message in context: http://camel.465427.n5.nabble.com/Testing-routes-Get-route-definition-by-id-gets-null-tp5715014.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Testing Routes

2009-10-20 Thread Claus Ibsen
ee chapter 4 in the upcoming book Camel in action which >>> has a whole chapter devoted to testing. Its approx 35+ pages. >>> >> >> Ah sorry got the chapters mixed up. Its chapter 5 which is about testing. >> >> You can also find inspiration on this b

Re: Testing Routes

2009-10-20 Thread Carlos Cook
. > > You can also find inspiration on this blog entry > http://davsclaus.blogspot.com/2009/04/on-road-to-camel-20-interceptors.html > > where you can leverage the interceptors with testing. > >> >> >>> View this message in context: >>> htt

Re: Testing Routes

2009-10-20 Thread Claus Ibsen
us.blogspot.com/2009/04/on-road-to-camel-20-interceptors.html where you can leverage the interceptors with testing. > > >> View this message in context: >> http://www.nabble.com/Testing-Routes-tp25977697p25977697.html >> Sent from the Camel - Users mailing list ar

Re: Testing Routes

2009-10-20 Thread Claus Ibsen
le chapter devoted to testing. Its approx 35+ pages. > View this message in context: > http://www.nabble.com/Testing-Routes-tp25977697p25977697.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source I

Testing Routes

2009-10-20 Thread Carlos Cook
-written to go to mock endpoints. I want to test the routing system that's in place not re-write it. Is that possible? -- View this message in context: http://www.nabble.com/Testing-Routes-tp25977697p25977697.html Sent from the Camel - Users mailing list archive at Nabble.com.