awips2/edexOsgi/com.raytheon.uf.edex.stats/res/spring/stats-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

20 lines
1 KiB
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://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd
http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">
<bean id="statsDatabaseProperties" class="com.raytheon.uf.edex.database.DatabasePluginProperties">
<property name="pluginName" value="stats" />
<property name="pluginFQN" value="com.raytheon.uf.common.stats" />
<property name="database" value="metadata" />
</bean>
<bean id="statsRegister" factory-bean="dbPluginRegistry" factory-method="register">
<constructor-arg value="stats"/>
<constructor-arg ref="statsDatabaseProperties"/>
</bean>
<bean id="statsHandler"
class="com.raytheon.uf.edex.stats.handler.StatsHandler"/>
</beans>