Re: CamelSpringJUnit4ClassRunner and additional TestExecutionListeners

2013-02-09 Thread Claus Ibsen
Hi Yeah its a bug, though those listeners is often not used, and hence why its not seen before. As we love contributions, fell free to fix the issue and provide a patch and/or log a JIRA ticket http://camel.apache.org/contributing.html On Sat, Feb 9, 2013 at 6:20 PM, PaSik wrote: > Hello, > >

CamelSpringJUnit4ClassRunner and additional TestExecutionListeners

2013-02-09 Thread PaSik
Hello, I'm having some problems when using a pure spring-test test with CamelSpringJUnit4ClassRunner. When I add additional TestExecutionListeners with the default settings (inheritListeners=true) the listeners added by my test class apparently get added before CamelSpringTestContextLoaderTes