String message = String.format("Unsupported update from WAR to EAR for: %s",
configurationRoot.getAbsolutePath());
LOGGER.severe(message);
throw new AppEngineConfigException(message);
}
WebModule updatedWebModule = EarHelper.readWebModule(null, configurationRoot,
rawAppEngineWebXmlLocation, rawWebXmlLocation, appIdPrefix);
if (webModule != null) {
checkDynamicModuleUpdateAllowed(webModule, updatedWebModule);
}
webModule = updatedWebModule;