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: 4737768
Votes 0
Synopsis Properties like tile_cache_key should not be copied from source to destination
Category jai:implementation
Reported Against 1.1.2-dev
Release Fixed
State 3-Accepted, bug
Priority: 3-Medium
Related Bugs
Submit Date 27-AUG-2002
Description
RenderableOp.createRendering(RenderContext) causes properties to be copied from the source to the destination even when the properties do not make sense for the destination. This also causes NotSerializableExceptions to occur when a remote destination image requests non serializable property values from its source (like tile_cache_key). The code that causes the copying starts at line 788 of RenderableOp.java

Those properties which are not relevant to the destination should be identified and not copied from source to destination.
Work Around
N/A
Evaluation
N/A
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang