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]