I had such "javax.servlet.ServletException: Error instanciating class" error while deploying cactus with my app. The problem was due to classpath differences on server and client side. To be specific, the classpath in (weblogic) <wlrun> task points to different classpath as specified in <junit> task. Thus cause the error when junit framework reflects on test class.
Leonard Yang -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
