you are missing wicket-ioc jar, you should really use maven to manage your dependencies if you dont know how to do that yourself.
-igor On Wed, Oct 1, 2008 at 3:00 AM, Marc Ende <[EMAIL PROTECTED]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]