Omaha #4134 Fixed spring startup order for Registry.

Former-commit-id: 54a6236d52f84e98afee14fe482dc2a41d2d35ae
This commit is contained in:
David Lovely 2015-02-17 13:28:08 -06:00
parent 350aad2533
commit 38c9bc12f5

View file

@ -13,9 +13,9 @@
<property name="record" value="com.raytheon.uf.common.dataplugin.goessounding.GOESSounding" />
</bean>
<bean factory-bean="pluginRegistry" factory-method="register">
<bean id="goessoundingRegistered" factory-bean="pluginRegistry" factory-method="register">
<constructor-arg value="goessounding"/>
<constructor-arg ref="goessoundingProperties"/>
</bean>
</beans>
</beans>