Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.8.3
-
Novice
Description
http://camel.apache.org/spring-testing.html says
You can overload the method createApplicationContext to provide the Spring ApplicationContext that isn't following the above default
This is after it says in the example that you test class should extend AbstractJUnit38SpringContextTests. This is incorrect.
Solution
The test class should actually extend CamelSpringTestSupport