awips2/edexOsgi/com.raytheon.uf.edex.event/res/spring/event-common.xml
Richard Peter 7e93b3d90d Issue #1350: Fix ingestGrib and ingestDat posting of stats
Change-Id: I74154680ff6b4e8f5b5e4b2b3440e2b99a16b6df

Former-commit-id: cffbf1da06 [formerly 98297abdd0] [formerly 6c81be8499 [formerly e9afcf3d12599fc3bace2b140deb0d85ee303c6c]]
Former-commit-id: 6c81be8499
Former-commit-id: 251cc3764d
2012-11-27 10:59:46 -06:00

9 lines
No EOL
490 B
XML

<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:amq="http://activemq.apache.org/schema/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
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"/>
</beans>