4 Replies Latest reply on Jul 22, 2002 3:06 PM by javamann

    MBeans without JARs

      Hi,
      Is it possible to load an MBean with the mlet.conf that are not in Jars?

        • 1. Re: MBeans without JARs
          marc.fleury

          yeah, straight compliance to the spec is there afaik.

          But why you would want to do it that way is beyond me

          • 2. Re: MBeans without JARs

            Mostly for coding, that way I don't have to create a jar everytime I go through an edit/compile/test cycle. Once I debug an MBean I jar it up.

            • 3. Re: MBeans without JARs
              davidjencks

              I don't know much about mlet.conf. In JBoss 3.x versions I'd suggest jarring into a .sar with a configuration descriptor and deploying using the jbossjmx-ant jmx ant task. This is likely to be faster than waiting for the deployment scanner to find a changed class file.

              • 4. Re: MBeans without JARs

                I am trying to create a stand-along JMX server to launch different pieces of my application, much like JBoss, I am not including JBoss at this time.