Hey Lennart, Just to make sure: If I read the previous thread correctly you're using labs-paxexam-karaf for your integration tests on karaf-2.x; right?
On Tue, Feb 28, 2012 at 03:43, <[email protected]> wrote: > </SKIP> > > It doesn't seem to matter if I provision the bundle holding the > KarafIntegrationTest class, or if I add it to the bootDelegationPackage. ok, the bootDelegationPackage thing will definitely not work because the bundle is simply no where available in the karaf environment; nevertheless the "provision the bundle holding the KarafIntegrationTest class" should work. Can you pls post the snippet of what you're doing? > What is the pattern for doing this? Basically you've two options here: either merge your sources into your test package using maven or provision the bundle with the general classes. Kind regards, Andreas > I.e. extracting the main algorithms to another maven project, which is then > imported into test scope of the actual integration test project. > > -- > // Bästa hälsningar, > // [sw. "Best regards,"] > // > // Lennart Jörelid, Systems Architect > // email: [email protected] > // cell: +46 708 507 603 > // skype: jgurueurope > >
