* TODO: should the DeploymentDescription producer some how be automatically registered ?
* Or should we just 'know' who is the first one to create the context
*/
deploymentDescription.set(deployment);
deployEvent.fire(new BeforeDeploy(deployableContainer, deployment));
if(deployment.isArchiveDeployment())
{
protocolMetadata.set(deployableContainer.deploy(
deployment.getTestableArchive() != null ? deployment.getTestableArchive():deployment.getArchive()));