1 Reply Latest reply on Nov 16, 2004 11:32 AM by dimitris

    Discovering user deployed applications in JBoss

    sodom

      Hi there.

      I would like to know if there is an easy way to discover programatically which user applications are currently deployed in JBoss.

      I've tried to invoke the 'listDeployed()' method of MainDeployer MBean, using an RMIAdaptor but this method can't be called remotely since the collection of DeploymentInfo objects it returns isn't serializable.

      Any suggestions?

      Thanks in advance.