1 Reply Latest reply on Sep 12, 2003 8:59 AM by juha

    How to know about deployed modules

    joaocm

      Hi all,

      I want to know about the deployed modules in a JBoss server instance. So I created a JMX client and by the way of RMIAdaptor and MainDeployer I'm trying to get the list of deployment Infos.

      The problem is that DeploymentInfo isn't Serializable so I can't use this in another VM. I can get the String form but I will need to parse it to recosntruct DeploymentInfo.

      Anyone knows any workaround for this ?

        • 1. Re: How to know about deployed modules

          What type of information are you looking for exactly? Each deployment registers an MBean under the jboss.j2ee domain as part of JSR-77. Is that enough, what are you looking for specifically?

          -- Juha