2 Replies Latest reply on Jan 19, 2007 1:07 AM by tom.elrod

    Strategy for supporting NonSerializable data

    dimitris

      With the switch to JDK5, accessing remotely the MBeanServer over the legacy JMXAdaptor and getting back MBeanInfo is problematic, due to non-serializable objects stored in the MBeanInfo Descriptors.

      We could deal with this under jdk1.4 by controling the javax.management.modelmbean.DescriptorSupport, but not when using jdk5.

      A possible short-term solution is to create an interceptor that filters out non-serializable stuff:
      http://jira.jboss.com/jira/browse/JBAS-1955

      Is there any other strategy or plan dealing with this problem, by the Remoting and Serialization projects?

      I see org.jboss.invocation.MarshalledInvocation can delegate to Cleberts plugable Serialization - could this be used?