我尝试使用新的验证模块
<validate:time time="12:08 PM" pattern="h:mm a" locale="US" />,
但是mule无法识别相同的内容。 我应该包含哪些依赖项来实现这项工作
参考 - https://github.com/mulesoft/mule/wiki/%5B3.5-Feb-2014%5D-New-Validations-Module https://github.com/mulesoft/mule/wiki/%5B3.5%5D-Collection-Handling
答案 0 :(得分:-1)
特别是对于验证模块,过滤器中的throwOnUnaccepted
字段可以解决这个问题,否则会构成如下所示的过滤器
<message-filter throwOnUnaccepted="true">
<mulexml:schema-validation-filter... />
</message-filter>