0 Replies Latest reply on Sep 26, 2005 5:44 PM by mnasato

    ClassLoader issue with JMXMBeanRemoteProxy

      Hi,

      I'm trying to bind a custom MBean into JNDI as described here

      http://wiki.jboss.org/wiki/Wiki.jsp?page=JMXMBeanRemoteProxy

      it works great in the default JBoss (4.0.3rc2) configuration.

      But if I set Isolated to true in the EARDeployer configuration or declare a custom loader-repository in my EAR jboss-app.xml (something I need to do) then the proxyFactory mbean fails to start because it cannot find the class MyServiceMBean (the one declared in ExportedInterfaces).

      Any ideas?

      Thanks

      Mirko