에name 속성은, 내가 아래 글로벌 예외 전략을 만들어 글로벌 예외 전략
<choice-exception-strategy name="GlobalExceptionStrategy">
<catch-exception-strategy name="400:BadRequest" when="#[message.inboundProperties['http.status']=="400"]" doc:name="400:BadRequest">
<logger message="Caught error with code #[message.inboundProperties['http.status']] and reason #[message.inboundProperties['http.reason']] for query payload #[message.payloadAs(java.lang.String)]" level="ERROR" doc:name="Logger"/>
</catch-exception-strategy>
</choice-exception-strategy>
만 허용하지만 여전히 이름 속성과 같은 오류가 발생하고 왜 세계 유일의 예외 전략이 필요합니까? 이름 대신이 완벽하게 작동에 이름 :
당신은 더 구체적 일 수 있습니까? 그 코드 스 니펫 – Armando