-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta
-
sparc
-
solaris_2.6
Name: aaR10142 Date: 10/24/2003
CCC request 4460983 (http://ccc.sfbay/4460983) mentions that java.rmi.activation.Activatable objects should not be serialized/deserialized:
"
Deserializing an instance of java.rmi.activation.Activatable has never worked in any previous Sun J2SE implementation. Also, doing so is not something that an application should ever have a good reason to do. This flaw in the specification was only detected by the writing of a test for it-- it has never been reported through normal usage.
"
So, please, add following comments into the class javadoc to point this:
/*
* ...
* serialize a <code>Activatable</code> object will fail.
* ...
* @serial exclude
*/
======================================================================
- relates to
-
JDK-4460983 (spec) ActivatableServerRef could not be instantiated from RemoteObject
-
- Resolved
-
-
JDK-4910985 REGRESSION: 2 JCK1.5-runtime api/java_rmi/activation tests fail
-
- Closed
-