The reason this is here - in 'finalize api' - is that this triggers change to
Deployers class.
| * @param missingDeployer the deployments missing a deployer
| * @throws DeploymentException when some deployment is not complete
| */
| - void checkComplete(Collection<DeploymentContext> errors,
Collection<DeploymentContext> missingDeployer) throws DeploymentException;
| + void checkComplete(Collection<DeploymentContext> errors,
Collection<Deployment> missingDeployer) throws DeploymentException;
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103738#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...