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.
|