Do not forget to add an jira issue for it so we keep track of it. You know, some people forget :)
On Thu, Mar 12, 2009 at 8:54 PM, Toni Menzel <[email protected]> wrote: > great that you found the problem. > I think it could be useful to have a standartized test for "depend bundles > all started as expected". > This all can be part of a collection of tests that can ease test > scenarious/patterns. > > Have discussed those thing with alin this afternoon. We'll see something > like that in future in pax exam! > > Cheers, > Toni > > On Thu, Mar 12, 2009 at 7:14 PM, Stéphane Amaudruz > <[email protected]> wrote: >> >> Solved, this was Logback missing a dependency. >> The way I found it was to look at the PAX-Runner logs >> >> Stephane >> >> -----Ursprüngliche Nachricht----- >> Von: [email protected] >> [mailto:[email protected]] Im Auftrag von Alin Dreghiciu >> Gesendet: Thursday, March 12, 2009 9:56 AM >> An: General OPS4J >> Betreff: Re: PAX-Exam Wrapping >> >> Hi Steph, >> >> Unfortunately, there is no such functionality. But is quite strange >> that a package that is used inside the test is not picked up by bnd to >> add it to the imported packages. Also, as in the test you do not need >> to be strict about your imports we were supposed to do an >> "DynamicImport-Package=*". Looking into the code this is no longer the >> case = possible bug. I have to check. >> >> On Thu, Mar 12, 2009 at 9:57 AM, Stéphane Amaudruz >> <[email protected]> wrote: >> > Hi, >> > >> > >> > >> > I have a test that cannot run because of ClassNotFound exception (vive >> > OSGi). >> > >> > I am sure my class (slf4j) is exported by SLF4J bundle. But it seems it >> > is >> > not imported by the PAX-EXam test. >> > >> > Is there some way to check the MANIFEST that is automatically generated >> > ? >> > >> > >> > >> > Tx, Steph >> > >> > _______________________________________________ >> > general mailing list >> > [email protected] >> > http://lists.ops4j.org/mailman/listinfo/general >> > >> > >> >> >> >> -- >> Alin Dreghiciu >> http://www.ops4j.org - New Energy for OSS Communities - Open >> Participation Software. >> http://www.qi4j.org - New Energy for Java - Domain Driven Development. >> http://www.codedragons.com - New Energy for Projects - Great People >> working on Great Projects at Great Places >> Sent from: Cluj-napoca Cj Romania. >> >> _______________________________________________ >> general mailing list >> [email protected] >> http://lists.ops4j.org/mailman/listinfo/general >> >> >> _______________________________________________ >> general mailing list >> [email protected] >> http://lists.ops4j.org/mailman/listinfo/general > > > > -- > Toni Menzel > Software Developer > [email protected] > http://www.ops4j.org - New Energy for OSS Communities - Open > Participation Software. > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > -- Alin Dreghiciu http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http://www.qi4j.org - New Energy for Java - Domain Driven Development. http://www.codedragons.com - New Energy for Projects - Great People working on Great Projects at Great Places Sent from: Cluj-napoca Cj Romania. _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
