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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999404#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...