JDK-2162147 : Persisting JFrame with XMLEncoder gives error in Java SE 6
  • Type: Backport
  • Backport of: JDK-6613060
  • Component: client-libs
  • Sub-Component: java.beans
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2008-05-05
  • Updated: 2011-01-19
  • Resolved: 2008-05-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u10 b25Fixed 7Resolved
Comments
EVALUATION XMLEncoder does not support private classes i.e. javax.swing.BufferStrategyPaintManager$BufferInfo because of security. In this case we should not encode this listener because it will be added automatically.
05-05-2008