}
// get j2ee module type
ModuleType moduleType = j2eeModule.getModuleType();
if (moduleType == null) {
throw new ServerInstanceException(
localStrings.getString("admin.mbeans.acmb.invalidModuleType"));
}
sLogger.log(Level.FINE, "getDeploymentDescriptorLocations - moduleType" + moduleType);
// get dd location
String ddLocation = j2eeModule.getDeploymentDescriptorsLocation();
if (ddLocation == null) {
throw new ServerInstanceException(
localStrings.getString("admin.mbeans.acmb.invalidDeplDescrLoc"));
}
sLogger.log(Level.FINE, "getDeploymentDescriptorLocations - ddLocation" + ddLocation);
// get the list of descriptor locations for the above j2ee module type