propFileName = getPropFileName();
File propFile = getPropFile(propFileName);
PropertiesUtils.storeToFile(props, propFile,
CONNECTOR_MANGER_CONFIG_HEADER);
} catch (InstantiatorException ie) {
throw new PropertiesException("Unable to save application context"
+ " properties file " + propFileName, ie);
}
}