427428429430431432433434435436437
return "warning"; } private void startCacheManager(WebModule webModule) { SunWebApp bean = webModule.getIasWebAppConfigBean(); // Configure the cache, cache-mapping and other settings if (bean != null) { CacheManager cm = null; try {