0 Replies Latest reply on Oct 24, 2002 10:32 AM by yangdh

    GetQuote1 Works in a console but not in jsp

    yangdh

      I installed axis 1.0 made it working under jboss3.0.3+tomcat 4.1.12. I tested both GetQuote and GetQuote1 in a console, both of them were ok. But when I tried them in a jsp page, the GetQuote worked, and GetQuote1 did not. The error msgs are as follows:
      org.apache.jasper.JasperException
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
      ...............
      ..............
      root cause

      java.lang.ClassCastException
      at org.apache.jsp.getquote1_jsp._jspService(getquote1_jsp.java:46)
      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:204)
      ........................
      ........................
      Can anyone give me a help?
      Thanks

      Dehua