OK, I can try this, even if it looks like a temporary solution... Where can i download a beta 10 snapshot ?
Last question : what will be the definitive package for HttpRequestWrapper, org.apache.cactus.server or org.apache.cactus.server.wrapper ? -----Message d'origine----- De : Vincent Massol [mailto:[EMAIL PROTECTED] Envoy� : mercredi 2 juillet 2003 19:46 � : 'Cactus Users List' Objet : RE: Error using maven cactus plugin with StrutsTestCase and Weblogic 7 Hi Sebastien, The easiest solution to solve your problem is to upgrade to a newer version of the Maven plugin for Cactus. However, that may involve moving from Maven beta 9 to beta 10 (from CVS at the moment) - This issue has been fixed in CVS HEAD of Maven. FYI, the issue is with StrutsTestCase/Cactus. Strutestcase is calling a class that we had temporarily moved in a nightly build of Cactus (Cactus 1.5). The Maven plugin for Cactus is using Cactus 1.5dev, hence the problem. Thanks and sorry for the inconvenience. -Vincent > -----Original Message----- > From: BRUNOT S�bastien [mailto:[EMAIL PROTECTED] > Sent: 02 July 2003 18:53 > To: '[EMAIL PROTECTED]' > Subject: Error using maven cactus plugin with StrutsTestCase and Weblogic > 7 > > Hello, > > Precedent mail was in HTML... Sorry :-( > > Here is the thread : > > I've got a problem with maven 1.0 beta 9 cactus plugin : > > I have a Struts 1.1 webApp and a StrutsTestCase i'd like to run on > weblogic 7. > > I've got the following line in project.properties : > > cactus.home.weblogic7x=C:\bea > > I've declared a dependency with strutstestcase in my project.xml : > > <dependency> > <id>strutstestcase</id> > <version>2.0-1.1-2.3</version> > <properties> > <war.bundle.jar>true</war.bundle.jar> > </properties> > </dependency> > > When i run "maven cactus", my webapp seems to be correctly "catus-fied", > but > I've got the following error : > > [java] <2 juil. 03 18:31:43 CEST> <Notice> <WebLogicServer> <000331> > <Starte d WebLogic Admin Server "testserver" for domain "testdomain" > running in Developm ent Mode> > [java] <2 juil. 03 18:31:44 CEST> <Error> <HTTP> <101018> > <[ServletContext(i d=7683425,name=cactustest,context-path=/cactustest)] > Servlet failed with Servlet Exception > [java] javax.servlet.UnavailableException: > ServletContext(id=7683425,name=ca > ctustest,context-path=/cactustest): The server testserver is temporarily > suspend ed > [java] at > weblogic.servlet.internal.WebAppServletContext.invokeServlet( > WebAppServletContext.java:3096) > [java] at > weblogic.servlet.internal.ServletRequestImpl.execute(ServletR > equestImpl.java:2588) > [java] at > weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213) > [java] at > weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189) > [java] > > [java] <2 juil. 03 18:31:44 CEST> <Notice> <WebLogicServer> <000365> > <Server state changed to RUNNING> > [java] <2 juil. 03 18:31:44 CEST> <Notice> <WebLogicServer> <000360> > <Server started in RUNNING mode> > [junit] Running com.sfr.octotests.modulestruts.SimpleActionTest > [junit] java.lang.NoClassDefFoundError: > org/apache/cactus/server/AbstractHtt > pServletRequestWrapper > [junit] at java.lang.Class.forName0(Native Method) > [junit] at java.lang.Class.forName(Class.java:115) > [junit] at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner. > <init>(JUnitTestRunner.java:237) > [junit] at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner. > <init>(JUnitTestRunner.java:210) > [junit] at > org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner. > main(JUnitTestRunner.java:520) > [junit] Exception in thread "main" > [junit] [ERROR] TEST com.sfr.octotests.modulestruts.SimpleActionTest > FAILED > > Anyone got an idea ? seems to me that the > org.apache.cactus.server.AbstractHttpServletRequestWrapper > Doesn't exist (the correct package name is > org.apache.cactus.server.wrapper). Is it a version problem ? > > For info, i've got the same problem with Tomcat 4.1. > > Sebastien BRUNOT > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
