Omaha #2733 restored geomag distribution registration

added placeholder pattern so the plugin doesn't generate warnings


Former-commit-id: a0fea52583 [formerly 2563b644bd] [formerly 2ebc0a6ae5] [formerly 21efc74635 [formerly 2ebc0a6ae5 [formerly fa73924a9c98705d00e6b68203e0cbe418e4cf01]]]
Former-commit-id: 21efc74635
Former-commit-id: c2d1a541c08efa40428c6c7f10f8c21832d2cbb6 [formerly e78872a6ac]
Former-commit-id: d4ecee9f39
This commit is contained in:
Brian Clements 2014-05-22 09:13:52 -05:00
parent 690c8559e1
commit 6a46acc274
2 changed files with 12 additions and 0 deletions

View file

@ -11,6 +11,12 @@
<property name="dao" ref="geomagDao" /> <property name="dao" ref="geomagDao" />
</bean> </bean>
<bean id="geomagDistRegistry" factory-bean="distributionSrv"
factory-method="register">
<constructor-arg ref="geomagPluginName" />
<constructor-arg value="jms-durable:queue:Ingest.GeoMag"/>
</bean>
<bean id="trig1minCalc" class="gov.noaa.nws.ncep.edex.plugin.geomag.TrigKCalculation" /> <bean id="trig1minCalc" class="gov.noaa.nws.ncep.edex.plugin.geomag.TrigKCalculation" />
<camelContext id="geomag-camel" <camelContext id="geomag-camel"

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<requestPatterns xmlns:ns2="group">
<!-- this is a placeholder file for distribution registration.
Actual distribution patterns can be added by overriding this file in localization -->
<regex>^GEOMAG_FILE$</regex>
</requestPatterns>