-
1. Re: MainDeployer.listDeployed() returns empty collection
starksm64 Nov 22, 2006 11:27 AM (in response to chilin)The deployment layer is completely rewritten in jboss5. The old MainDeployer is being replaced with the kernel VDF based version that is an implementation of org.jboss.deployers.spi.deployment.MainDeployer. The VDF is described here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5DeploymentFramework
We need a testcase in the jboss5 testsuite that illustrates what the console is looking for so it can be mapped to the new implementation.
Also, services to not have to be jboss mbean services, so they may not be exposing a jmx interface at this point. We are working on beans express their management interface for the next beta. -
2. Re: MainDeployer.listDeployed() returns empty collection
chilin Nov 22, 2006 2:10 PM (in response to chilin)When the user wants to view a list of queues (or topics, or a specific type of data sources), the console obtains the ObjectName of the mbeans from the MBeanServer, then walks through the results of the MainDeployer's listDeployed() operation to obtain the deployment information of these mbeans. The information that the console collects include:
DeploymentInfo.url
DeploymentInfo.state
DeploymentInfo.status -
3. Re: MainDeployer.listDeployed() returns empty collection
mf1 Jun 11, 2007 6:02 AM (in response to chilin)Has there been any progress in this issue? I see that in Beta2 the JMX console still doesn't show any deployed modules, i.e. that MainDeployer.listDeployed() or MainDeployer.listDeployedModules() still return empty collections.