-
Task
-
Resolution: Done
-
Major
-
None
-
None
On the server side parameters being passed to a bean either as part of an invoke method or part of a setAttribute method or even when the bean is created if there is a ClassLoader specified need to be un-marshalled using the class loader of the bean.
However the JMX specific parameters don't need to be unmarshalled using the beans class loader.
A test case should also be added to test interactions with a bean with it's own classloader to the remoting-jmx project so we don't need to go to AS7 to verify this behaviour is present.
- is blocked by
-
WFLY-914 TcclMBeanServer uses wrong classloader
- Resolved