You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Alex O'Ree (JIRA)" <ju...@ws.apache.org> on 2015/09/30 02:16:04 UTC

[jira] [Resolved] (JUDDI-935) AdminUI/Statistics page fails to render under JDK8

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

Alex O'Ree resolved JUDDI-935.
------------------------------
    Resolution: Fixed

> AdminUI/Statistics page fails to render under JDK8
> --------------------------------------------------
>
>                 Key: JUDDI-935
>                 URL: https://issues.apache.org/jira/browse/JUDDI-935
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 3.2, 3.3
>         Environment: Oracle JDK8, CentOS and MacOS
>            Reporter: Alex O'Ree
>            Assignee: Alex O'Ree
>             Fix For: 3.3.1
>
>
> An error occurred at line: 1 in the generated java file
> The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files
> An error occurred at line: 6 in the generated java file
> The import java.util.Map.Entry cannot be resolved
> An error occurred at line: 322 in the jsp file: /admin/stats.jsp
> Entry cannot be resolved to a type
> 319:                     <pre><%
> 320:                         try {
> 321:                             Properties sysProps = System.getProperties();
> 322:                             Iterator<Entry<Object,Object>> it = sysProps.entrySet().iterator();
> 323:                             while (it.hasNext()){
> 324:                                     Entry<Object,Object> x = it.next();
> 325:                                     
> An error occurred at line: 322 in the jsp file: /admin/stats.jsp
> The type Map$Entry is not generic; it cannot be parameterized with arguments <K, V>
> 319:                     <pre><%
> 320:                         try {
> 321:                             Properties sysProps = System.getProperties();
> 322:                             Iterator<Entry<Object,Object>> it = sysProps.entrySet().iterator();
> 323:                             while (it.hasNext()){
> 324:                                     Entry<Object,Object> x = it.next();
> 325:                                     



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)