mute hydroapps / anything related to shef endpoints
This commit is contained in:
parent
b93b1845a0
commit
0068ebfbe4
6 changed files with 20 additions and 26 deletions
|
@ -50,10 +50,12 @@
|
|||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.grib.feature" />
|
||||
</antcall>
|
||||
<antcall target="build">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.archive.feature" />
|
||||
</antcall>
|
||||
<!--
|
||||
<antcall target="build">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.archive.feature" />
|
||||
</antcall>
|
||||
-->
|
||||
<antcall target="build">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.text.feature" />
|
||||
|
@ -66,18 +68,18 @@
|
|||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.gfe.feature" />
|
||||
</antcall>
|
||||
<antcall target="build">
|
||||
<!-- <antcall target="build">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.hydro.feature" />
|
||||
</antcall>
|
||||
</antcall> -->
|
||||
<antcall target="build">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.radar.feature" />
|
||||
</antcall>
|
||||
<antcall target="build">
|
||||
<!-- <antcall target="build">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.dat.feature" />
|
||||
</antcall>
|
||||
</antcall> -->
|
||||
<antcall target="build">
|
||||
<param name="feature"
|
||||
value="com.raytheon.uf.edex.ncep.feature" />
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
<bean ref="metarPointData" method="toPointData" />
|
||||
<multicast>
|
||||
<to uri="direct-vm:persistIndexAlert" />
|
||||
<to uri="direct-vm:metarToShef" />
|
||||
<to uri="direct-vm:metarToHMDB" />
|
||||
</multicast>
|
||||
</pipeline>
|
||||
<doCatch>
|
||||
|
@ -31,4 +29,4 @@
|
|||
</doTry>
|
||||
</route>
|
||||
</camelContext>
|
||||
</beans>
|
||||
</beans>
|
||||
|
|
|
@ -62,7 +62,6 @@
|
|||
<bean ref="sfcobsPointData" method="toPointData" />
|
||||
<multicast>
|
||||
<to uri="direct-vm:persistIndexAlert" />
|
||||
<to uri="direct-vm:synopticToShef" />
|
||||
</multicast>
|
||||
</pipeline>
|
||||
<doCatch>
|
||||
|
@ -72,4 +71,4 @@
|
|||
</doTry>
|
||||
</route>
|
||||
</camelContext>
|
||||
</beans>
|
||||
</beans>
|
||||
|
|
|
@ -24,21 +24,15 @@
|
|||
-->
|
||||
<edexModes>
|
||||
<!-- this file is specifically for ALR/SJU -->
|
||||
<mode name="ingest">
|
||||
<exclude>obs-ingest-metarshef.xml</exclude>
|
||||
</mode>
|
||||
<mode name="ingestHydro">
|
||||
<include>distribution-spring.xml</include>
|
||||
<include>manualIngest-common.xml</include>
|
||||
<include>manualIngest-spring.xml</include>
|
||||
<include>shef-ingest.xml</include>
|
||||
<include>persist-ingest.xml</include>
|
||||
<include>obs-common.xml</include>
|
||||
<include>obs-ingest.xml</include>
|
||||
<include>obs-ingest-metarshef.xml</include>
|
||||
<include>metartohmdb-plugin.xml</include>
|
||||
<include>pointdata-common.xml</include>
|
||||
<include>shef-common.xml</include>
|
||||
<include>ohd-common-database.xml</include>
|
||||
<include>ohd-common.xml</include>
|
||||
<include>alarmWhfs-spring.xml</include>
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
<bean ref="bufrobsProcessor" />
|
||||
<multicast>
|
||||
<to uri="direct-vm:persistIndexAlert" />
|
||||
<to uri="direct-vm:bufrObsShef" />
|
||||
</multicast>
|
||||
</pipeline>
|
||||
<doCatch>
|
||||
|
@ -69,10 +68,5 @@
|
|||
</doTry>
|
||||
</route>
|
||||
|
||||
<route id="bufrObsShefRoute">
|
||||
<from uri="direct-vm:bufrObsShef" />
|
||||
<bean ref="bufrObsRecordPopulator" method="populate" />
|
||||
<to uri="direct-vm:synopticToShef" />
|
||||
</route>
|
||||
</camelContext>
|
||||
</beans>
|
||||
</beans>
|
||||
|
|
|
@ -42,4 +42,11 @@
|
|||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
id="com.raytheon.uf.common.ohd"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
unpack="false"/>
|
||||
|
||||
</feature>
|
||||
|
|
Loading…
Add table
Reference in a new issue