Name: ygR10224 Date: 12/24/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b32"
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/java_beans/beancontext/BeanContextServicesSupport/BCSSChild/serial/index.html#Constructor[serial2001]
api/java_beans/beancontext/BeanContextServicesSupport/BCSSChild/serial/index.html#Input[serial2002]
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 serialVersionUID of
java.beans.beancontext.BeanContextServicesSupport.BCSSChild
has been changed in JDK1.5.0-beta-b32, so Serialized Form of
this class changed incompatibly:
<gyi@helmet> /set/java/jdk1.4.2/solaris/bin/serialver java.beans.beancontext.BeanContextServicesSupport.BCSSChild
java.beans.beancontext.BeanContextServicesSupport.BCSSChild: static final long serialVersionUID = -3263851306889194873L;
<gyi@helmet> /set/jdk-builds/JDK1.5.0b31/solaris-sparc/bin/serialver java.beans.beancontext.BeanContextServicesSupport.BCSSChild
java.beans.beancontext.BeanContextServicesSupport.BCSSChild: static final long serialVersionUID = -3263851306889194873L;
<gyi@helmet> /set/jdk-builds/JDK1.5.0b32/solaris-sparc/bin/serialver java.beans.beancontext.BeanContextServicesSupport.BCSSChild
java.beans.beancontext.BeanContextServicesSupport.BCSSChild: static final long serialVersionUID = 6509745972203831125L;
JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/JCK-runtime-15/tests
======================================================================