Harald Wellmann <hwellmann.de@...> writes: > > Hi Marko, > > there is an integration test verifying @Before on base classes: > > https://github.com/ops4j/org.ops4j.pax.exam2/blob/master/itest/src/it/regression - multi/src/test/java/org/ops4j/pax/exam/regression/multi/junit/BeforeAfterInvoker Test.java > > Do you notice any difference in setup, compared to your own project? > > Best regards, > Harald > > Am 17.12.2012 15:27, schrieb Marko M: > > It seems that I'm struck with the same issue as you once was. My superclass > > @Before method is not being called. > > > > Can you provide me with some info about how you resolved your issue (maybe a > > wiki URL) ? > > > > Thanks, > > Marko > > > > > > > > > > > > _______________________________________________ > > general mailing list > > general@... > > http://lists.ops4j.org/mailman/listinfo/general > > > Hi Harald!
There are several differences: In subclass I have: @ExamReactorStrategy(EagerSingleStagedReactorFactory.class) instead of @ExamReactorStrategy(AllConfinedStagedReactorFactory.class) @Before method is declared to throw Exception in subclass and in superclass. And instead of native container, my setup uses org.apache.karaf.tooling.exam.container Other than that, no difference.. Could any of this cause this problem? Thanks, Marko _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general