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/16 13:35:45 UTC

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

Alex O'Ree created JUDDI-935:
--------------------------------

             Summary: 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.3, 3.2
         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)