Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-4371

Unable to compile class for JSP: axis2-web/viewphases.jsp

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.5
    • 1.5.2, 1.6.0
    • admin console
    • None
    • Java 5, tomcat 5

    Description

      Compilation errors in axis-admin console.
      To reproduce:
      . go the axis2/axis2-admin
      . click "Available phases" (axis2/axis2-admin/listPhases)
      . traces appear in the server console

      Below is one of the error messages, see the attached log file for more.

      An error occurred at line: 28 in the jsp file: /axis2-web/viewphases.jsp
      Type mismatch: cannot convert from List<Phase> to ArrayList
      25: <%
      26: PhasesInfo phases = (PhasesInfo)request.getSession().getAttribute(Constants.PHASE_LIST);
      27: request.getSession().setAttribute(Constants.PHASE_LIST,null);
      28: ArrayList tempList = phases.getGlobalInflow();
      29: %><h2><font color="blue">System Pre-defined Phases</font></h2>
      30: <b>InFlow Up to Dispatcher</b>
      31: <blockquote>

      Attachments

        1. AXIS2-4371.log.txt
          8 kB
          Alexis Midon

        Activity

          People

            veithen Andreas Veithen
            alexismidon Alexis Midon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: