Hi folks, Is there any examples of how to run JUnit tests with camel jpa and blueprint ?
I know that we can use Pax Exam with the Karaf Container but it works in another process and I can't run it in debug mode easily. My goal is to create a unit test with the handsome CamelBlueprintTestSupport and being able to debug my code if needed. Regards, Arnaud
