失敗我有一個使用的表達式如下選擇流動控制部件:選擇流動控制部件在騾ESB
<choice>
<when expression="${LoggingFlag} == YES">SOME CODE</when>
<otherwise>SOME OTHER CODE</otherwise>
</choice>
這裏LoggingFlag使用處於app.properties文件中定義的鍵 - 值對。
LoggingFlag=NO
當我運行的代碼,我看到以下錯誤:
Execution of the expression "NO == YES" failed. (org.mule.api.expression.ExpressionRuntimeException). Message payload is of type: String
Exception stack is:
1. [Error: unresolvable property or identifier: NO]
[Near : {... NO == YES ....}]
有人能告訴我什麼是這背後的問題的原因是什麼?
謝謝。這樣可行 。 –