Omaha #2733 restored geomag distribution registration

added placeholder pattern so the plugin doesn't generate warnings


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

View file

@ -11,6 +11,12 @@
<property name="dao" ref="geomagDao" />
</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" />
<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>