Mule ESB流程从servlet端点开始

时间:2018-01-11 06:19:33

标签: mule-component mule-esb

Mule Flow

我的流程: Servlet->数据库 - >对象为Json - >记录器

我正试图从浏览器调用其余的api (网址:http://localhost:8085/riyada/app/test/?crno=10071)它为我提供了 HTTP ERROR 500

使用 mule v3.9.0

tomcat 8 上部署的流程

DB Connector中使用的查询:

SELECT
    commercial_no,
    commercial_name

FROM
   DM_LICENSES_V
   where commercial_no= #[message.inboundProperties.'http.query.params'.crno]

0 个答案:

没有答案