如何在DefaultSystemExceptionStrategy中访问mule上下文属性。 这是我的mule配置中的context属性的声明。
<context:property-placeholder location="file:///C:/mule-standalone-3.4.0/conf/AppBus.properties" />
请告知。
问候 桑托什
答案 0 :(得分:0)
您可以通过Spring Property Placeholder语法访问它们:$ {my.property}。如:
<catch-exception-strategy name="unhandled-exceptions">
<logger level="ERROR" message="${my.property}"
</catch-exception-strategy>
此处有更多信息:http://www.mulesoft.org/documentation/display/current/Using+Parameters+in+Your+Configuration+Files