ASM #579 Shef Ingest ProcessUtil configuration update

Change-Id: Idc121a2b4b303e53ac2f9a7fc0dc2cb045b08150

Former-commit-id: ddda775e85dd8cba5f4342de330d1446647c621c
This commit is contained in:
Xuezhi.Wei 2014-05-02 19:48:46 +00:00
parent cf742e4dc0
commit fb359316c8

View file

@ -132,6 +132,7 @@
<doTry>
<pipeline>
<bean ref="shefDecoder" method="decode" />
<bean ref="processUtil" method="log"/>
</pipeline>
<doCatch>
<exception>java.lang.Throwable</exception>
@ -151,6 +152,7 @@
<pipeline>
<bean ref="stringToFile" />
<bean ref="shefDecoder" method="decode" />
<bean ref="processUtil" method="log"/>
</pipeline>
<doCatch>
<exception>java.lang.Throwable</exception>