Hi,

I wanted to use the wicket-contrib-javaee extension to use annotations for my beans.
Following the steps in the doc I have added
   addComponentInstantiationListener(new JavaEEComponentInjector(this));
to my applications init() method.

The application-class is an extended AuthenticatedWebApplication because I need
jaas authentication in the application.

When I tried to compile the application I received the following error:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
D:\java\workspace\itf.as\itf.web\src\main\java\itf\web\ItfWebApplication.java:[36,36] cannot access org.apache.wicket.injection.ComponentInjector
class file for org.apache.wicket.injection.ComponentInjector not found
addComponentInstantiationListener(new JavaEEComponentInjector(this));



D:\java\workspace\itf.as\itf.web\src\main\java\itf\web\ItfWebApplication.java:[36,36] cannot access org.apache.wicket.injection.ComponentInjector
class file for org.apache.wicket.injection.ComponentInjector not found
addComponentInstantiationListener(new JavaEEComponentInjector(this));

Does anybody have an Idea? I'm using Wicket 1.3.4, Wicket-Auth-Roles 1.3.4 and Wicket-contrib-javaee 1.1 (latest downloadable)

Yours

Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to