Renamed the 'pool-executor' element to 'thread-pool-task-executor' (INT-426).

This commit is contained in:
Mark Fisher
2008-10-15 19:45:58 +00:00
parent 905f76116f
commit 18b65fdf0a
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ public class IntegrationNamespaceHandler extends NamespaceHandlerSupport {
registerBeanDefinitionParser("outbound-channel-adapter", new MethodInvokingOutboundChannelAdapterParser());
registerBeanDefinitionParser("gateway", new GatewayParser());
registerBeanDefinitionParser("selector-chain", new SelectorChainParser());
registerBeanDefinitionParser("pool-executor", new PoolExecutorParser());
registerBeanDefinitionParser("thread-pool-task-executor", new PoolExecutorParser());
}
}

View File

@@ -324,7 +324,7 @@
</xsd:complexType>
</xsd:element>
<xsd:element name="pool-executor">
<xsd:element name="thread-pool-task-executor">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>

View File

@@ -13,6 +13,6 @@
<publish-subscribe-channel id="channelWithTaskExecutor" task-executor="pool"/>
<pool-executor id="pool"/>
<thread-pool-task-executor id="pool"/>
</beans:beans>