新的http连接器可以与Mule 3.6中的http:static-resource-handler一起使用吗?

时间:2015-04-23 00:53:55

标签: mule

我有以下流程,尝试使用Mule 3.6中的新http连接器和http:static-resource-handler:

  <flow name="facebook-sources-apiFlow1">
    <http:listener config-ref="HTTP_Listener_Configuration" path="/admin" doc:name="HTTP"/>
    <http:static-resource-handler resourceBase="${app.home}/web" defaultFile="index.html" doc:name="HTTP Static Resource Handler"/>
  </flow>

我有一个名为&#39; web&#39;的目录。在src / main / app下,以及web目录中的index.html。但是,当我尝试这个时,我收到以下错误:

null (java.lang.NullPointerException). Message payload is of type: NullPayload

在深入研究问题之前,我想我会问新的http连接器是否适用于static-resource-handler。

1 个答案:

答案 0 :(得分:1)

我怕你不能。这有一个错误:https://www.mulesoft.org/jira/browse/MULE-8317