XML_CONFIG_ATTR__EXEC_SRV_COREPOOLSIZE, true,
"(number of threads in the pool)");
initialCorePoolSize = corePoolSizeAttr.getIntValue();
} else {
throw new ConfigurationException(
"Invalid thread pool executor type '%s' (valid types={fixed|cached|scheduled} )");
}
Attribute terminationTimerAttr = getAttribute(rootElt,
XML_CONFIG_ATTR__EXEC_SRV_TERMINATION_TIMER, false,