xmlParser.setValidating(config.getParserValidate());
XmlDefinitionsSet definitions = getDefinitions();
ClassLoader current = Thread.currentThread().getContextClassLoader();
PluginResourceLoader loader = ServletContextServiceLocator.getInstance(
servletContext).getPluginResourceLoader(current);
Thread.currentThread().setContextClassLoader(loader);
initDefinitions(definitions);
Thread.currentThread().setContextClassLoader(current);