}
protected void createWorkaroundProfile()
{
// FIXME
EmptyProfileMetaData metaData = new EmptyProfileMetaData("workaround");
List<ProfileMetaDataVisitorNode> nodes = new ArrayList<ProfileMetaDataVisitorNode>();
nodes.add(new FeatureCapability(CommonProfileNameSpaces.PROFILE_NAMESPACE));
nodes.add(new FeatureCapability(CommonProfileNameSpaces.IMMUTABLE_PROFILE_NAMESPACE));
nodes.add(new FeatureCapability(CommonProfileNameSpaces.FARMING_PROFILE_NAMESPACE));
nodes.add(new FeatureCapability(CommonProfileNameSpaces.HOTDEPLOY_PROFILE_NAMESPACE));
metaData.setFeatures(nodes);
profileRepository.getDomainRepository().registerMetaData(metaData);
}