Duplicate :
|
|
Relates :
|
The ClassLoader used to deserialized parameters to requests addressed to a StandardMBean such as StandardMBean st = new StandardMBean(Foo.class,new FooImpl()); is that of javax.management.StandardMBean. It should be that of Foo.
|