I'm using Camel 2.14.0 with Spring 3.2.11.RELEASE and testing Camel routes using Spring DSL with a JUnit 4 class that extends CamelSpringTestSupport. My problem is that I can't find a way to add beans (mocks) to the registry. I've overridden the createJndiContext() method but it never gets called. How does one add beans to the registry when testing?
Regards, Matt