(BaseManager)PluggableDeploymentInfo.
getExtensionModuleDeployer(moduleType).getConfigManager();
FileArchive archive = emMgr.openDDArchive(moduleName,
moduleRootDirectory.getAbsolutePath());
WebArchivist webArchivist = new WebArchivist();
app = ApplicationArchivist.openArchive(moduleName,
webArchivist, archive, true);
//if(!isSystemAdmin(moduleName) && !isSystem(moduleName)) {
// we need to read persistence descriptors separately
// because they are read from appDir as oppsed to xmlDir.