> I believe the IncompatibleClassChangeError is caused by > something else than the change I did. What version of Cactus > were you previously using? >
Previously I was using 13-1.5. > Could you also try to rebuild completely your application > using the new Cactus you've downloaded? > > BTW, are you using the > http://cvs.apache.org/builds/jakarta-cactus/nightly/2004-01-16 > / build? If not, could you use this one instead of the one > from the 15th? That's because Chris reminded me that Tomcat > 5.x worked differently and did not support putting the > context xml file in webapps. Thus I made more modifications > to the code this morning. Yeah, I'm using 20040116. I undeployed and rebuilt everything and still got this error. Do I have to specify a path to my context.xml - or will it look in $CATALINA_HOME/webapps? > > Thanks > -Vincent > > > -----Original Message----- > > From: Matt Raible [mailto:[EMAIL PROTECTED] > > Sent: 16 January 2004 16:14 > > To: [EMAIL PROTECTED] > > Subject: RE: cactus ant task on existing container ? > > > > Vincent, > > > > Regarding the enhancement you added to check for context.xml in the > > webapps folder: > > > > > ok. I've implemented and committed it. I'm currently > running a full > > > build now which I'll upload in the nightly build area. It would be > > cool > > > if you could test it though... :-) > > > > I tried it (and added output to my task to supress logging > - thanks!) > > and found some strange errors: > > > > [cactus] Testcase: > > testFormAuthentication(org.appfuse.webapp.action.LoginServletTest): > > Caus > > ed an ERROR > > [cactus] null > > [cactus] java.lang.IncompatibleClassChangeError > > [cactus] at > > > org.appfuse.webapp.action.LoginServletTest.beginFormAuthentica > tion(Login > > ServletTe > > st.java:84) > > [cactus] at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > Method) > > [cactus] at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess > orImpl.jav > > a:39) > > [cactus] at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth > odAccessor > > Impl.java > > :25) > > [cactus] at > > > org.apache.cactus.internal.client.ClientTestCaseCaller.callGen > ericBeginM > > ethod(Cli > > entTestCaseCaller.java:436) > > [cactus] at > > > org.apache.cactus.internal.client.ClientTestCaseCaller.callBeg > inMethod_a > > roundBody > > 0(ClientTestCaseCaller.java:237) > > [cactus] at > > > org.apache.cactus.internal.client.ClientTestCaseCaller.callBeg > inMethod_a > > roundBody > > 1$advice(ClientTestCaseCaller.java:158) > > [cactus] at > > > org.apache.cactus.internal.client.ClientTestCaseCaller.callBeg > inMethod(C > > lientTest > > CaseCaller.java) > > [cactus] at > > > org.apache.cactus.internal.client.ClientTestCaseCaller.runTest > (ClientTes > > tCaseCall > > er.java:186) > > [cactus] at > > > org.apache.cactus.AbstractCactusTestCase.runBareClient(Abstrac > tCactusTes > > tCase.jav > > a:244) > > [cactus] at > > > org.apache.cactus.AbstractCactusTestCase.runBare(AbstractCactu > sTestCase. > > java:162) > > > > [cactus] at > > > org.apache.cactus.integration.ant.CactusTask.executeInContaine > r(CactusTa > > sk.java:4 > > 89) > > [cactus] at > > > org.apache.cactus.integration.ant.CactusTask.execute(CactusTas > k.java:253 > > ) > > > > > > > --------------------------------------------------------------------- > > 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]
