URI[] rootURIs = uriList.toArray(new URI[uriList.size()]);
// TODO add dependencies on bootstrap profiles
String[] rootSubProfiles = new String[0];
// Create a hotdeployment profile
ProfileMetaData metadata = createProfileMetaData(true, rootURIs, rootSubProfiles);
Profile profile = profileFactory.createProfile(getProfileKey(), metadata);
getProfileService().registerProfile(profile);
}