Create and deploy custom mediator in WSO2 ESB

半腔热情 提交于 2021-02-08 11:34:41

问题


I have created custom mediator with Factory and Serializer classes. Created jar with \META-INF\services\ files and put it to dropins folder.

But after restart when I deployed test proxy with my mediator, I always get error like this:

org.apache.synapse.SynapseException: Unknown mediator referenced by configuration element :
at org.apache.synapse.config.xml.MediatorFactoryFinder.getMediator(MediatorFactoryFinder.java:218)

It looks like ESB isn't able to find the Factory class. Where is my mistake& And may be someone has working example custom mediator with factory and serializer clases?

来源:https://stackoverflow.com/questions/38559695/create-and-deploy-custom-mediator-in-wso2-esb

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