Hi All, I'm trying to create some test unit with pax-drone, I'm using version 0.2.1 of it. I have create a simple test that merely load the Felix OSGi environment and load some bundle on it. Unfortunatly, I get the following error message during my test:
Configurations : 1 Configuration 1 of 1 has an error. Serious Problem in Setup/Environment: Recipe Host class not found: it.cnr.isti.zigbee.ha.FelixRuntimeTest >>> org.ops4j.pax.drone.api.DroneException: Recipe Host class not found: it.cnr.isti.zigbee.ha.FelixRuntimeTest I found out that by adding or removing the bundle "mvn:org.aal-persona.sail/org.aal-persona.zigbee.driver.ha" from the testing environment the result change. Also I found that that by changing the name of package of my test class the result change. From my understanding it seems that the package name used for testing must be different from (all/some/most?) of the package (imported/exported?) by the other bundle available on the testing OSGi environment. Can you clarify my understanding? Ciao, Stefano "Kismet" Lenzi _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general