ASM #17563 - Alertviz error thrown at CAVE startup
Change-Id: Ie4b55fb9b4f9510db6b509d1cb84951703ad65be Former-commit-id: ce93b29318ed33775c5432a3a6d7fe68ba62a48e
This commit is contained in:
parent
496ac824cc
commit
9770cce2f5
1 changed files with 12 additions and 0 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue