if (needCustomConfig())
{
// We need to set it here already, because otherwise the setup triggers the creation
// of the DefaultELHelper that stores the parameter in a static variable.
// Setting the parameter to another value through getCustomExtValCoreConfiguration is then pointless.
return new ExtValModuleConfiguration[] { new DefaultExtValCoreConfiguration()
{
@Override
public boolean deactivateElResolver()
{
return true;