1 Reply Latest reply on Dec 28, 2007 9:26 AM by ssilvert

    ClassCast Exception

    hvram

      Hi
      I have a web application developed using Seam 2.0.0.GA and deployed on a jboss-4.2.1.GA server.

      I tried using the JSFUnitTest given in the wiki . I have modified the web.xml copied the jars etc.

      I get a ClassCast Exception in the logs when I try to access
      https://localhost:8443/xxx/ServletRunner?suite=xyz
      java.lang.ClassCastException: junit.framework.TestSuite

      I verified that the setup is proper since if I remove the suite parameter I get a message in the log that says "suite parameter" is not found

      Any clues on how to debug further ?

      Regards
      HAri