Omaha #4134 Fixed spring startup order for Registry.
Former-commit-id: 54a6236d52f84e98afee14fe482dc2a41d2d35ae
This commit is contained in:
parent
350aad2533
commit
38c9bc12f5
1 changed files with 2 additions and 2 deletions
|
@ -13,9 +13,9 @@
|
||||||
<property name="record" value="com.raytheon.uf.common.dataplugin.goessounding.GOESSounding" />
|
<property name="record" value="com.raytheon.uf.common.dataplugin.goessounding.GOESSounding" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean factory-bean="pluginRegistry" factory-method="register">
|
<bean id="goessoundingRegistered" factory-bean="pluginRegistry" factory-method="register">
|
||||||
<constructor-arg value="goessounding"/>
|
<constructor-arg value="goessounding"/>
|
||||||
<constructor-arg ref="goessoundingProperties"/>
|
<constructor-arg ref="goessoundingProperties"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
|
Loading…
Add table
Reference in a new issue