Re: Wicket 7 + JEE 7 + wicket-cdi-1.1

2016-05-19 Thread Martin Grigorov
Hi, Double check which versions of wicket-cdi are in the classpath. Looking at [1] in wicket-cdi there is no default constructor in CdiConfiguration. wicket-cdi-1.1 [2] does have such one. 1. https://github.com/apache/wicket/blob/master/wicket-cdi/src/main/java/org/apache/wicket/cdi/CdiConfigurat

Wicket 7 + JEE 7 + wicket-cdi-1.1

2016-05-19 Thread David Beer
Hi All I am trying to integrate CDI and EJB with wicket 7. I am running the latest release so 7.3.0 etc and wicket-cdi-1.1. I am having to use Noncontextual.of().inject(this) for some resource however when I run the application I am getting the following error. 23:18:58,632 INFO [wicket-jquery-s