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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...