You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2010/08/14 13:44:17 UTC

[jira] Updated: (AXIS2-4371) Unable to compile class for JSP: axis2-web/viewphases.jsp

     [ https://issues.apache.org/jira/browse/AXIS2-4371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated AXIS2-4371:
-----------------------------------

    Fix Version/s: 1.5.2

Merged to the 1.5 branch for inclusion in 1.5.2 (see r985469).

> Unable to compile class for JSP: axis2-web/viewphases.jsp
> ---------------------------------------------------------
>
>                 Key: AXIS2-4371
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4371
>             Project: Axis2
>          Issue Type: Bug
>          Components: admin console
>    Affects Versions: 1.5
>         Environment: Java 5, tomcat 5
>            Reporter: Alexis Midon
>            Assignee: Andreas Veithen
>            Priority: Critical
>             Fix For: 1.6, 1.5.2
>
>         Attachments: AXIS2-4371.log.txt
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org