Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7001986

NLS: jaxp resource bundles cannot be processed by translation team

XMLWordPrintable

    • b134
    • generic
    • generic
    • Not verified

        The following 6 files cannot be processed:

        XMLErrorResources.java
        XPATHErrorResources.java
        XResources_en.java
        XSLTErrorResources.java
        ErrorMessages.java
        ErrorMessages.java

        due to Unsupported array declaration.

        Please change array declaration to conform with the Java filter specification. http://stcontent.oracle.com/content/dav/oracle/Libraries/HUB-Docs/HUB-Docs-Public/filters/JavaFilter.doc

        Extract from specification:

        the following format is not supported:

        public Object[][] getContents() {

           return new Object[][] {

              {"name1","value1"},

              ...

           }

        }
        another file with the same issue is:
        SerializerMessages.java

              joehw Joe Wang
              mfang Michael Fang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: