我在駱駝駱駝驗證錯誤消息
以下航線<route>
<from uri="target/in"/>
<doTry>
<to uri="validator:schema.xsd"/>
<to uri="file:target/messages/validation/valid?fileName=a.xml"/>
<doCatch>
<exception>org.apache.camel.ValidationException</exception>
<to uri="file:target/messages/validation/invalid?fileName=a.xml"/>
</doCatch>
</doTry>
</route>
我想要得到的錯誤消息時,XML文件未通過驗證就像這篇文章
但我如何在Spring DSL中做到這一點?
謝謝,這是有效的。它發回一條消息,但這不是我期待的消息。我越來越肥皂:服務器 不能存儲文件:目標\郵件\確認\無效\ A.XML faultstring> 是否與將XML文件中的另一個文件夾後的異常是一個問題拋出? –
Graham