Xslt转换器 - 异常处理

时间:2015-12-03 17:16:20

标签: xslt spring-integration

我正在尝试记录xml转换异常,该异常会在控制台上打印出来。

这是我的变形金刚:

 <int-xml:xslt-transformer input-channel="toMarshallerChannel"  
 output-channel="toConsoleOutChannel" 
 xsl-resource="classpath:/META-INF/spring/integration/intake/intake-flow/ackTransformer.xsl"  /> 

就像我说的,我能够在控制台中看到异常,但它们没有写入日志文件。我遇到了一个建议使用上游组件的错误通道的帖子,以便接收xml转换异常。但是,我的上游组件没有错误通道,与此示例中显示的不同。 发布 - http://forum.spring.io/forum/spring-projects/integration/130523-how-to-catch-and-handle-exceptions-raised-by-a-xslt-transformer-component

0 个答案:

没有答案