Unable to install custom connector in mule

北战南征 提交于 2019-12-24 23:27:00

问题


I have developed the custom connector using the tutorial given Hello-Connector

The build was successful after running the maven command from the console. When I try to install the connector in my mule studio, it is not able to locate it at the specified path.

The structure of the UpdateSite.zip folder is


回答1:


Per https://stackoverflow.com/a/8406282/387927 shouldn't the path start with:

file:///D:/Mule/Examples/...

?



来源:https://stackoverflow.com/questions/23863570/unable-to-install-custom-connector-in-mule

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