Hello Samuel! Did you checked the CXF OSGI test [1]? May it will help. Or do you have to create your tests with soapUI?
I'm not sure how easy it is to run the PAX exam tests in the Maven pre-integration-test phase. But I think it's not so easy and that is the reason why Camel put/run the OSGI integration tests in its own maven module and run it in the "normal" test phase. With this it's also easy to skip the OSGI tests in some situations (may on the local machine and run the OSGI tests only one time on the CI server because the tests are (currently) slow). [1] https://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/cxf/blueprint/CxfBlueprintRouterTest.java Best, Christian
