2 Replies Latest reply on Jan 25, 2005 9:38 AM by mlange

    Use dynamic class downloading for access to JBoss 3.x/4.x

    mlange

      My goal is to access the JBoss JMX server on different JBoss versions (3.0, 3.2, 4.0...). Using RMIAdaptor ("jmx/rmi/RMIAdaptor") is straight forward. Problem: invalid class exceptions due to different server implementations (jnp, jmx etc.). Only correct client libraries (e.g. jbossall-client.jar) can be used to get access.

      Question: can I use the dynamic class downloading service (8083) to get the appropriate client libraries in my client classpath and to avoid these exceptions? If not, is there another (generic) possiblity?

      Thanks.