PAX Wicket 4 (moving to wicket 8)

2017-05-21 Thread nino martinez wael
Hi Over 2 months ago I made the last changes to the 4.x.y branch[1] to support wicket 8. I cannot get the "bare" felix tests to work (I seem to be missing some dependency, which I cannot figure out).. The question is, should I just disable the the test, as there are no horison on it getting

[pax-cdi] Application scoped bean and its lifecycle

2017-05-21 Thread Pavel
Hi all Sorry for one more message but I have rather strange situation. I use pax-cdi -1.0.0.RC2 and weld 2.3.5.Final. This is the test class: import javax.enterprise.context.ApplicationScoped; import javax.enterprise.context.Destroyed; import javax.enterprise.context.Initialized; import

Re: Using pax exam for unit tests?

2017-05-21 Thread Steinar Bang
> Steinar Bang : > I then tried to change the unit tests into a basic, minimal pax exam > test (basically, just running the code like in the current unit test, > but with all of the OSGi stuff in place), but then I got the following > startup error: >