[jboss-user] [Beginners Corner] - Re: twiddle can't get some objects?

PeterJ do-not-reply at jboss.com
Mon Jan 26 18:24:51 EST 2009


The jmx console runs within the app server, so it could be that the java.lang.reflect.Method objects do not have to be serialized. On the other hand, twiddle runs in a separate JVM, thus all objects returned must be serialized.

One possible workaround is to get only the property values you need, and not the ones you don't need, such as MethodMap in this case.
 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204858#4204858

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204858



More information about the jboss-user mailing list