Suppose I have two classes ClassA (an MBean) and ClassB (implements 
Serializable).
Both classes live inside an ear-scope.
There is an instance of ClassA which is registered with the JMX-server.
ClassA has a method "void m(ClassB b)".
This method m is called through an RMIAdaptor from an other JVM,
providing a non-null instance of ClassB (the parameter class ClassB is known
on the client side).

This does not work with a current JBoss from Branch_3_2.

Who is responsible for loading ClassB on the server-side when
de-serializing the jmx invocation?

Is this even supposed to work?

Thanks,
Michael Bartmann

PS.:
The whole thing of course worked when ClassB is only the return type of 
a method,
because the server only has to serialize an already loaded class.

 



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to