Use Mule data mapper in embedded mode

爱⌒轻易说出口 提交于 2019-12-11 19:49:01

问题


Is there a constraint on using Mule data mapper in embedded mode. My application is deployed as WAR file in tomcat. Can I use data mapper in that ?


回答1:


You would need data mapper runtimes also on the container you're running application in. Data mapper uses Clover engine runtimes. Mule EE container is equipped with it.

As, Data Mapper is an enterprise only feature and you'd have Mulesoft support if you're planning to use it, its best to log a ticket with them. In my experience you won't be able to successfully deploy application in tomcat for data mapper feature without add-ons



来源:https://stackoverflow.com/questions/23373587/use-mule-data-mapper-in-embedded-mode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!