plainCache_.getInvocationContext().getOptionOverrides().setCacheModeLocal(true);
root.addChild(pathFqn);
}
Region region = plainCache_.getRegion(pathFqn, true);
region.registerContextClassLoader(webAppClassLoader_);
region.activate();
}
catch (Exception ex)
{
throw new RuntimeException("Can't register class loader", ex);
}