From: <sco...@jb...> - 2005-08-02 06:45:25
|
See the org.jboss.deployment.services.DeploymentManagerService I just committed. With this, the org.jboss.test.deployment.test.DeploymentTestCase is passing all tests. The MainDeployer is no longer used at all on the client side. The only deployments that are managable through the jsr88 layer are those that have been distributed through its DeploymentManager. The distribute op copies the deployment to the DeploymentManagerService.UploadDir, the start op deploys the distributed copy, the stop op undeploys the distributed copy, and the undeploy op removes the distributed copy. To make all deployments managable through the DeploymentManager, the hot deployment service needs to be integrated. This is not something that needs to be done for 4.0.3. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887855#3887855 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887855 |