Issue #1580 - Fix spring config

Former-commit-id: 3f3554a559 [formerly 6b51c66923] [formerly 65deb06061 [formerly 020c39ec162e786ebb8b5a9a2feac7ae415e5036]]
Former-commit-id: 65deb06061
Former-commit-id: 62e25af348
This commit is contained in:
Mike Duff 2013-02-05 15:49:22 -06:00
parent cd52a94032
commit 1fc97f07fe

View file

@ -7,5 +7,5 @@
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
<bean id="logHandler" class="com.raytheon.uf.edex.event.handler.LogHandler"/>
<bean id="statsPublishHandler" class="com.raytheon.uf.edex.event.handler.StatsHandler"/>
<bean id="eventPublishHandler" class="com.raytheon.uf.edex.event.handler.EventPublishHandler"/>
</beans>