From: <sco...@jb...> - 2005-07-29 21:58:38
|
See the related posting: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3887389#3887389 There needs to be a seperate jsr88 DeploymentManager service on the server side that maps the javax.enterprise.deploy.spi.DeploymentManager methods onto the MainDeployer methods: DeploymentManager.distribute : this needs to use the upload facility to make a deployment availble locally on the server. DeploymentManager.start : this invokes the MainDeployer.deploy for the locally uploaded module DeploymentManager.stop: this invokes the MainDeployer.undeploy for the locally uploaded module DeploymentManager.undeploy : this physically removes the uploaded module from the server. DeploymentManager.redeploy : this is simply a distribute/start combo. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887391#3887391 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887391 |