uncommented schema version check

This commit is contained in:
Mark Fisher
2011-10-12 10:02:31 -04:00
parent b0c25bfe4a
commit f0045d5d85

View File

@@ -52,7 +52,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);
}