Re: Unit testing camel routes with Spring Security

2016-10-29 Thread Claus Ibsen
Do you mean using camel-spring-security? If so a good idea is to check the source code how it tests itself: https://github.com/apache/camel/tree/master/components/camel-spring-security On Fri, Oct 21, 2016 at 4:09 AM, aravind r wrote: > Hi All, > > Is there any test(in GitHub or tutorial) that i

Unit testing camel routes with Spring Security

2016-10-20 Thread aravind r
Hi All, Is there any test(in GitHub or tutorial) that i can refer to test the routes with various USER Roles. I couldn't find any test online using the producer template injecting various roles. Please let me know. Regards, Aravind