Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4664747
Votes 0
Synopsis When SerializableRenderedImage is serialized again, NPE is thrown
Category jai:implementation
Reported Against 1.1.2-dev
Release Fixed
State 1-Dispatched, bug
Priority: 4-Low
Related Bugs
Submit Date 08-APR-2002
Description
Here is the use case to trigger the problem:
	Create SerializableRenderedImage SRI1 from one source;
	Serialize it into a byte array, deserialize it to create SRI2
	Serialize SRI2 into a byte array, deserialize it to create SRI3
	When display these images, SRI3 pulls data from SRI2 but SRI2 is created from serialization so its source is null.  Then NPE is thrown when creating TileServer.

A test program is attached.
Work Around
N/A
Evaluation
N/A
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang