【发布时间】:2013-06-25 17:52:39
【问题描述】:
我正在使用 Mule 3 使用 JDBC 查询数据库,我想根据 .properties 文件的输入来修改查询。我的 xml 中有这个...
<context:property-placeholder location="C:\path\to\file\settings.properties" />
得到以下异常...
Exception in thread "main" org.mule.module.launcher.DeploymentInitException: SAXParseException: The prefix "context" for element "context:property-placeholder" is not bound.
我需要包含一些特殊的 .xsd 文件吗?
【问题讨论】:
标签: mule mule-studio