removed xsd versions in amqp module

This commit is contained in:
Mark Fisher
2011-10-07 17:07:14 -04:00
parent 1e08ce8e00
commit 3c40303a3d
7 changed files with 13 additions and 13 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);
}