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

SAXParseException issue in Korean locale

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not an Issue
    • P2
    • 7u2
    • 7
    • xml

    Description

      A customer gets the following XML parsing error while migrating application from java
      1.5 to 6.0. This happens only with Korean locale ( LANG=ko_KR.eucKR ). The bug is reproducible with JDK7 as well.
      Attached the test case xml_test.zip to reproduce the failure.

      The script from attachment to run:

      $ sh jr.sh

      The error message:

      Error parsing XML. Cause:
      org.xml.sax.SAXParseException: The string "--" is not permitted within
      comments.
      Caused by: org.xml.sax.SAXParseException: The string "--" is not
      permitted within comments.
              at com.ibatis.common.xml.NodeletParser.parse
      (NodeletParser.java:53)
              at com.ibatis.sqlmap.engine.builder.xml.SqlMapParser.parse
      (SqlMapParser.java:45)
              at
      com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser$11.process
      (SqlMapConfigParser.java:390)
              at com.ibatis.common.xml.NodeletParser.processNodelet
      (NodeletParser.java:112)
              at com.ibatis.common.xml.NodeletParser.process
      (NodeletParser.java:75)
              at com.ibatis.common.xml.NodeletParser.process
      (NodeletParser.java:93)

      Attachments

        Activity

          People

            joehw Joe Wang
            mbykov Misha Bykov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: