I'm testing with KarafDistributionConfiguration and TestProbeBuilder, but it seems the KarafTestContainer can only recognize existing bundles. For example, if I want to test a blueprint.xml file and the beans it generates from classes in src/main/java, how do I set up the configuration? In normal JUnit tests, I can put the xml file under src/test/resources and it will be picked up automatically, but not with the KarafTestContainer.
I'm using a custom KarafTestSupport class. Here are the relevant methods: -- View this message in context: http://karaf.922171.n3.nabble.com/Help-testing-in-Karaf-2-3-1-tp4028453.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
