sourceConfigName, newConfigName);
//Set the name of the newly created standalone configuration and add it to the
//list of configurations
newConfig.setName(newConfigName);
configs.addConfig(newConfig, OVERWRITE);
try {
ConfigContext ctx = getConfigContext();
if (ctx.isChanged())
ctx.flush();
new AdminNotificationHelper(AdminService.getAdminService().getAdminContext()).sendNotification();