This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: MBeans: Unable to cast the returned object instancegenman May 16, 2007 5:52 PM (in response to ulmer)Use the javax.management.MBeanServerInvocationHandler class to forward calls to your MBean. 
 You have classcastexception since the same class is loaded in two different classloaders.
- 
        2. Re: MBeans: Unable to cast the returned object instanceulmer May 18, 2007 5:09 AM (in response to ulmer)"genman" wrote: 
 Use the javax.management.MBeanServerInvocationHandler class to forward calls to your MBean.
 You have classcastexception since the same class is loaded in two different classloaders.
 right. the same was here
 http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046736#4046736
 
    