removed explicit versions from all xml files

This commit is contained in:
Mark Fisher
2011-10-07 17:04:06 -04:00
parent f79b8d7d58
commit 1e08ce8e00
56 changed files with 89 additions and 90 deletions

View File

@@ -50,7 +50,7 @@ public abstract class AbstractIntegrationNamespaceHandler implements NamespaceHa
public final BeanDefinition parse(Element element, ParserContext parserContext) {
this.verifySchemaVersion(element, parserContext);
//this.verifySchemaVersion(element, parserContext);
this.registerDefaultConfiguringBeanFactoryPostProcessorIfNecessary(parserContext);
return this.delegate.parse(element, parserContext);
}