• MBeanProxy design question

    In both implementations that I see for MBeanBroxy, in common, and jmx, it seems like you cache the MBean attributes in the Proxy/Invocation handler. What about in the case of a DynamicMBean that can have attributes a...
    Profile Photo
    last modified by t1ckt0ck
  • jboss mm jmx without URLClassloader?

    Hi, I'm actually try to port jboss jmx to a embedded device. (www.ibutton.com/tini). The tini sdk is different of the j2me specification, but better, eg: supports dynamic classloading. The jboss jmx is too big for su...
    Profile Photo
    last modified by joa23
  • JMX Service implementation question

    Hello all, I am fairly new in the JMX development. I am highly interested in the architecture that JBoss is using in order to initialize all J2EE components. I have a framework/JMX question, which might be trivial fo...
    Profile Photo
    last modified by obrand
  • getClassLoaderFor

    Hi, The version 4.0 of JBoss will implement the release 1.2 of the specification ? Or the 1.1 version. I am asking this because I need to use the MBeanServer.getClassLoaderFor(ObjectName mbeanName) function fr...
    Profile Photo
    last modified by danilo_lr
  • JMX and IIOP

    Hi all, Does the Jboss JMX implementation support IIOP ? I would like to use the Jboss JMX implementation for hot-deploying my Corba applications, written in Java. Most of the clients would be implemented in C++. Re...
    Profile Photo
    last modified by koma
  • JMX Connectors vs. JBoss Invokers

    Seems to be a lot of parallel work going on with JMX connectors for (RMI, SOAP, etc...) and JBoss Invokers for (RMI, custom, IIOP, etc...). My question here is should the JBoss Invokers be retired for the standard JM...
    Profile Photo
    last modified by bill.burke
  • RMIAgent Example from JMX Book

    Just want to say that the JMX book by Juha and Mark is great. I don't know if this is the correct forum for this question but here it is. I am having a problem running the example in this book Chapter 9, the RMIAgent...
    Profile Photo
    last modified by mroot