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

REGRESSION:org_w3c/org_xml exceptions changed theirs UIDs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • 5.0
    • xml

      Name: ygR10224 Date: 05/17/2004


      Filed By : SPB JCK team (###@###.###)
      JDK : java full version "1.5.0-beta2-b51"
      JCK : 1.5
      Platform[s] : Solaris
      switch/Mode :
      JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
      Failing Test [s] :
        api/org_w3c/dom/DOMException/serial/index.html#Input
        api/org_xml/sax/SAXException/serial/index.html#Input
        api/org_xml/sax/SAXNotRecognizedException/serial/index.html#Input
        api/org_xml/sax/SAXNotSupportedException/serial/index.html#Input
        api/org_xml/sax/SAXParseException/serial/index.html#Input


      Specification excerpt:
      ======================
      --------- J2SE API spec v.1.5 ---------
      ...
      >From JOSS, ch. 4.6 "Stream Unique Identifiers":
      The stream-unique identifier is a 64-bit hash of the class name, interface
      class names, methods, and fields. The value must be declared in all versions
      of a class except the first. It may be declared in the original class but
      is not required. The value is fixed for all compatible classes.
      ...
      ---------- end-of-excerpt ---------------

      Problem description
      ===================
      The following classes have changed theirs serialVersionUIDs in b51,
      so serial forms of these classes have been changed incompatibly:
        org.xml.sax.SAXException
        org.xml.sax.SAXNotRecognizedException
        org.xml.sax.SAXNotSupportedException
        org.xml.sax.SAXParseException
        org.w3c.dom.DOMException

      <gyi@helmet> /set/java/jdk1.4.2/solaris-sparc/bin/serialver org.xml.sax.SAXException
      org.xml.sax.SAXException: static final long serialVersionUID = 583241635256073760L;
      <gyi@helmet> /net/orion/export/JDK1.5.0b51/solaris-sparc/bin/serialver org.xml.sax.SAXException
      org.xml.sax.SAXException: static final long serialVersionUID = -8251803752662179270L;

      <gyi@helmet> /set/java/jdk1.4.2/solaris-sparc/bin/serialver org.xml.sax.SAXNotRecognizedException
      org.xml.sax.SAXNotRecognizedException: static final long serialVersionUID = 5440506620509557213L;
      <gyi@helmet> /net/orion/export/JDK1.5.0b51/solaris-sparc/bin/serialver org.xml.sax.SAXNotRecognizedException
      org.xml.sax.SAXNotRecognizedException: static final long serialVersionUID = 1398555601346822626L;

      <gyi@helmet> /set/java/jdk1.4.2/solaris-sparc/bin/serialver org.xml.sax.SAXNotSupportedException
      org.xml.sax.SAXNotSupportedException: static final long serialVersionUID = -1422818934641823846L;
      <gyi@helmet> /net/orion/export/JDK1.5.0b51/solaris-sparc/bin/serialver org.xml.sax.SAXNotSupportedException
      org.xml.sax.SAXNotSupportedException: static final long serialVersionUID = -7373565723188945450L;

      <gyi@helmet> /set/java/jdk1.4.2/solaris-sparc/bin/serialver org.xml.sax.SAXParseException
      org.xml.sax.SAXParseException: static final long serialVersionUID = -5651165872476709336L;
      <gyi@helmet> /net/orion/export/JDK1.5.0b51/solaris-sparc/bin/serialver org.xml.sax.SAXParseException
      org.xml.sax.SAXParseException: static final long serialVersionUID = -5651165872476709336L;

      <gyi@helmet> /set/java/jdk1.4.2/solaris-sparc/bin/serialver org.w3c.dom.DOMException
      org.w3c.dom.DOMException: static final long serialVersionUID = 6627732366795969916L;
      <gyi@helmet> /net/orion/export/JDK1.5.0b51/solaris-sparc/bin/serialver org.w3c.dom.DOMException
      org.w3c.dom.DOMException: static final long serialVersionUID = -3883659305141610252L;




      ======================================================================

            jsuttorsunw Jeff Suttor (Inactive)
            gyisunw Gyi Gyi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: