Hello Willem! Thank you for the quick reply and sorry for my late reaction (I was outside my country without internet access).
In etc/startup.properties I found the following entry: org/apache/felix/org.apache.felix.fileinstall/3.0.0/org.apache.felix.fileinstall-3.0.0.jar=11 I added the following two lines into my configure() method: {code} ... repositories("http://repo.fusesource.com/maven2/", "http://repository.ops4j.org/maven2/"), mavenBundle().groupId("org.apache.felix").artifactId("org.apache.felix.fileinstall").version("3.0.0"), mavenBundle().groupId("org.apache.geronimo.blueprint").artifactId("geronimo-blueprint").version("1.0.0"), scanFeatures(getCamelKarafFeatureUrl(), "camel-core", "camel-osgi", "camel-spring", "camel-test", "camel-jaxb", "camel-cxf"), ... {code} And now it works, without the error message in the log. Thanks for helping me, Christian -- View this message in context: http://camel.465427.n5.nabble.com/Pax-Exam-test-for-Camel-tp2799729p2805134.html Sent from the Camel - Users mailing list archive at Nabble.com.