Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2132041 | 5.0u7 | Eamonn McManus | P2 | Resolved | Fixed | b01 |
javax.managment.modelmbean.DescriptorSupport.writeObject() has problem validating the
serializability of the descriptor field values.
This is causing a jmx remote client which runs over rmi/iiop to fail when invoking
getMBeanInfo on the MBeanServerConnection.
OPERATING SYSTEM
Windows XP
FULL JDK VERSION
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode)
DESCRIPTION
javax.managment.modelmbean.DescriptorSupport.writeObject() should validate
the referenced objects are serializable before writing out the serialized form
Note: We don't really have a standalone testcase for this as the problem was discovered with WAS 7.0 setup
but know that if javax.managment.modelmbean.DescriptorSupport.writeObject() is updated
as described the problem goes away.
serializability of the descriptor field values.
This is causing a jmx remote client which runs over rmi/iiop to fail when invoking
getMBeanInfo on the MBeanServerConnection.
OPERATING SYSTEM
Windows XP
FULL JDK VERSION
java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode)
DESCRIPTION
javax.managment.modelmbean.DescriptorSupport.writeObject() should validate
the referenced objects are serializable before writing out the serialized form
Note: We don't really have a standalone testcase for this as the problem was discovered with WAS 7.0 setup
but know that if javax.managment.modelmbean.DescriptorSupport.writeObject() is updated
as described the problem goes away.
- backported by
-
JDK-2132041 javax.managment.modelmbean.DescriptorSupport.writeObject() has problem validating serializability
-
- Resolved
-