this.deployment.set(appInfo);
}
catch (final OpenEJBException e)
{
throw new DeploymentException("Could not configure application in OpenEJB", e);
}
try
{
assembler.createApplication(appInfo);
}
catch (final Exception ne)
{
throw new DeploymentException("Could not create the application", ne);
}
// Invoke locally
return new ProtocolMetaData();
}