ASM #17563 - Alertviz error thrown at CAVE startup

Change-Id: Ie4b55fb9b4f9510db6b509d1cb84951703ad65be

Former-commit-id: ce93b29318ed33775c5432a3a6d7fe68ba62a48e
This commit is contained in:
David Friedman 2015-06-16 18:48:11 +00:00
parent 496ac824cc
commit 9770cce2f5

View file

@ -0,0 +1,12 @@
<beans xmlns="http://www.springframework.org/schema/beans" 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-3.1.xsd">
<bean class="com.raytheon.uf.common.message.JAXBMessageRegistry" factory-method="register">
<constructor-arg>
<list>
<value>com.raytheon.uf.common.dataplugin.obs.metar.MetarRecord</value>
</list>
</constructor-arg>
</bean>
</beans>