On Mon, 21 May 2007, Yann Nicolas wrote: > Testcase: testValidLinks(org.yannart.wicket.pages.IndexTest): Caused an > ERROR > javax/servlet/GenericServlet > java.lang.NoClassDefFoundError: javax/servlet/GenericServlet > at org.yannart.wicket.pages.IndexTest.testValidLinks(IndexTest.java > :35) > > The code that throws the exception is the creation of the WicketTester > object: > WicketTester tester = new WicketTester();
Sounds like the servlet API (javax.servlet) would be missing from the classpath of your test run. - Timo -- Timo Rantalaiho +358-45-6709709 Reaktor Innovations Oy <URL: http://www.ri.fi/ > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
