Merge "Issue #1438 do not log grib ingest" into development

Former-commit-id: fe14e7eeba [formerly 3386fee25a] [formerly fe14e7eeba [formerly 3386fee25a] [formerly 6e54eea341 [formerly f63acd39e8a303be5725c6a1c5e5a6fa0b942c05]]]
Former-commit-id: 6e54eea341
Former-commit-id: 54bce1bbd0 [formerly a840a6bed4]
Former-commit-id: ff7d27a295
This commit is contained in:
Richard Peter 2013-01-08 16:47:24 -06:00 committed by Gerrit Code Review
commit 300868ac56

View file

@ -116,7 +116,9 @@
<route id="gridToGrib">
<from uri="directvm:gridToGrib"/>
<bean ref="gridToGribConverter" method="convert"/>
<to uri="directvm:indexAlert" />
<bean ref="index" method="index"/>
<bean ref="toDataURI" method="toDataURI"/>
<to uri="vm:stageNotification"/>
</route>
</camelContext>