Re: Integration tests with Spring annotations

2018-10-05 Thread Damien Nicolas
return new StubWebServicesFacadeImpl(); > } > ... > > And so on... > > > Thanks, > Valdis > > -Original Message- > From: Damien Nicolas [mailto:dmn.nico...@gmail.com] > Sent: 02 October 2018 15:47 > To: users@camel.apache.org > S

RE: Integration tests with Spring annotations

2018-10-04 Thread Valdis Andersons
@gmail.com] Sent: 02 October 2018 15:47 To: users@camel.apache.org Subject: Re: Integration tests with Spring annotations My @Autowired are in my "RouteBuilder.class". Plus, I'm using JpaRepository (WorkflowRepository is this implementing it). I declared my service " Wo

Re: Integration tests with Spring annotations

2018-10-02 Thread Damien Nicolas
#x27;m not 100% certain it's the best or the most correct way of doing > things it's been working very reliably so far for us. > > Regards, > Valdis > > -----Original Message----- > From: Damien Nicolas [mailto:dmn.nico...@gmail.com] > Sent: 01 October 2018 10:20 > To:

RE: Integration tests with Spring annotations

2018-10-01 Thread Valdis Andersons
l Message- From: Damien Nicolas [mailto:dmn.nico...@gmail.com] Sent: 01 October 2018 10:20 To: users@camel.apache.org Subject: Re: Integration tests with Spring annotations Thanks for you reply! Here its a sample of my test configuration: https://scanmail.trustwave.com/?c=6600&d=zvKx2wzO

Re: Integration tests with Spring annotations

2018-10-01 Thread Damien Nicolas
> From: Damien Nicolas [mailto:dmn.nico...@gmail.com] > Sent: 30 September 2018 19:15 > To: users@camel.apache.org > Subject: Integration tests with Spring annotations > > Hello, > > I am using CamelSpringTestSupport for an integration test with Springboot, > bu

RE: Integration tests with Spring annotations

2018-10-01 Thread Valdis Andersons
- From: Damien Nicolas [mailto:dmn.nico...@gmail.com] Sent: 30 September 2018 19:15 To: users@camel.apache.org Subject: Integration tests with Spring annotations Hello, I am using CamelSpringTestSupport for an integration test with Springboot, but I cannot use the annotation as mentionned h

Integration tests with Spring annotations

2018-09-30 Thread Damien Nicolas
Hello, I am using CamelSpringTestSupport for an integration test with Springboot, but I cannot use the annotation as mentionned here . I need to use "@Autowired" cause I am generating routes dynamically from a database. Is there a way to use Spring anno