INT-1257, INT-1263 Refactoring Message History (work in progress): removed MessageHistory and MessageHistoryEvent, moved MessageHistoryWriter and NamedComponent to the 'context' package.

This commit is contained in:
Mark Fisher
2010-08-25 14:31:00 +00:00
parent 45282ec459
commit ac7b9cf739

View File

@@ -41,6 +41,6 @@
<property name="cacheProducers" value="false"/>
</bean>
<bean id="historyWriter" class="org.springframework.integration.history.MessageHistoryWriter"/>
<bean id="historyWriter" class="org.springframework.integration.context.MessageHistoryWriter"/>
</beans>