0 Replies Latest reply on Nov 26, 2003 2:20 AM by gary_kephart

    Cactus: Failed to load test suite

    gary_kephart

      Problem:
      I load my web-app with the test classes and then try to run it and get:
      javax.servlet.ServletException: Failed to load test suite [com.dr_dee_sw.dr_dee.server.AllTests], Reason is [Class not found "com.dr_dee_sw.dr_dee.server.AllTests"]

      I've looked at the other related topics on JBoss, but they have been of no help. I tried changing out the commons-httpclient.jar file with no success. It looks like it stems from Cactus's ClassLoaderUtils.loadClass method, but that's as far as I can get it.

      I believe this is JBoss-related because I just switched from 3.0.7 to 3.2.2 and it worked in 3.0.7.

      Any ideas?