mute hydroapps / anything related to shef endpoints

Former-commit-id: 0068ebfbe4
Former-commit-id: ba2bf10d1a
This commit is contained in:
mjames-upc 2015-10-05 14:12:22 -06:00
parent 46e42c9bf7
commit 59809277a6
6 changed files with 20 additions and 26 deletions

View file

@ -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" />

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>