Title:
Hi
 
I have tried installing Cactus 1.2 from the nightly build download (jakarta-cactus-22-20010919.zip). However, trying to run the sample app, starting the TestAll class, all tests fail with errors like
 
java.lang.ClassNotFoundException: org.apache.commons.cactus.ServletTestResult
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:981)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java, Compiled Code)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java, Compiled Code)
    at org.apache.cactus.client.AbstractHttpClient.doTest(AbstractHttpClient.java, Compiled Code)
    at org.apache.cactus.AbstractTestCase.runGenericTest(AbstractTestCase.java, Compiled Code)
    at org.apache.cactus.ServletTestCase.runTest(ServletTestCase.java, Compiled Code)
    at org.apache.cactus.AbstractTestCase.runBare(AbstractTestCase.java, Compiled Code)
 
Examining the distribution shows that in an older version (commons-cactus.jar) there was indeed a ServletTestResult class, but not in the newer cactus.jar.
 
What is the meaning of this and how can I get the sample app running again? All help appreciated !
 
Thanks
Heikki
 
 

Reply via email to