1 Reply Latest reply on Jul 1, 2004 12:58 PM by crazypalm

    JSP Compilation problem in JBoss3.2.5

    crazypalm

      Hi, All

      I just updated my JBoss from 3.2.3 to 3.2.5, and the JSP can't be compiled. here is the exceptions:

      org.apache.jasper.JasperException: Unable to compile class for JSP
      
      An error occurred at line: 38 in the jsp file: /process.jsp
      Generated servlet error:
      C:\j2ee\jboss-3.2.5\server\all\work\jboss.web\localhost\MT\org\apache\jsp\process_jsp.java:93: cannot resolve symbol
      symbol : variable apache
      location: interface **.ejb.Organiser
       _jspx_page_context.forward("inputinfo.jsp" + (("inputinfo.jsp").indexOf('?')>0? '&': '?') + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("X-MMS-Account", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(account ), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("X-MMS-Organiser", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(organiser ), request.getCharacterEncoding()) + "&" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode("X-MMS-Password", request.getCharacterEncoding())+ "=" + org.apache.jasper.runtime.JspRuntimeLibrary.URLEncode(String.valueOf(password ), request.getCharacterEncoding()));
      
      


      the JSP file works files with 3.2.3, anybody know what could be the problem.

      THanks.