throw new IllegalArgumentException("Null profile key.");
if(metaData == null)
throw new IllegalArgumentException("Null profile meta data.");
// Start to create the profile
DeploymentRepository repository = profileRepository.createProfileDeploymentRepository(key, metaData);
// Create the profile
AbstractProfile profile = new AbstractProfile(repository, key);
// Copy the sub-profile keys