[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Strategy for supporting NonSerializable data
dimitris@jboss.org
do-not-reply at jboss.com
Tue Jan 9 06:54:49 EST 2007
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#3999404
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999404
More information about the jboss-dev-forums
mailing list