Hi Mick, The stack strace seems to imply that you do not have the struts jar in your server-side classpath (in your WEB-INF/lib).
-Vincent > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: mercredi 17 novembre 2004 02:41 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Error running CactusStrutsTest case with an ExtendedActionServlet > instead of ActionServlet > > Any help with this please... > > We extended our actionServlet with ExtendedActionServlet and when I tried > to run my test from a browser in this fashion: > http://localhost:8080/ServletTestRunner?xsl=cactus- > report.xsl&suite=com.wf.bd.ice.creditapplication.CreditapplicationSuite > > I got this error: > -------------------------- > > > javax.servlet.ServletException: Failed to load test suite > [com.wf.bd.ice.creditapplication.CreditapplicationSuite], Reason is > [Failed to invoke suite():java.lang.NoClassDefFoundError: > org/apache/struts/action/ActionServlet] > at > org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.ja > va:309) [snip] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
