[jboss-dev-forums] [Design the new POJO MicroContainer] - MainDeployerImpl.deploy and checkComplete

alesj do-not-reply at jboss.com
Fri Nov 16 10:16:14 EST 2007


With the full impl of JBMICROCONT-187 (which is done :-)), this needs changing in MainDeployerImpl.deploy:

  |    public void deploy(Deployment deployment) throws DeploymentException
  |    {
  |       addDeployment(deployment);
  |       process();
  |       // FIXME don't check contexts
  |       checkComplete(deployment);
  |    }
  | 

Since it's completely legit to have not yet fully installed contexts - depending beans, OSGi deployments, ...

Adding 'checkStructureComplete(Deployment)' in DeployerClient --> only checking if deployment is in error or missing deployer?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105509#4105509

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105509



More information about the jboss-dev-forums mailing list