Working example on Spring Mediator in WSO2 ESB 4.6.0
问题 Hi i am working on Spring Mediator in WSO2 ESB 4.6.0, using this and this tutorial I am getting the Error as follows: ERROR - SpringMediator Cannot look up Spring configuration conf/sample/resources/spring/springsample.xml ERROR - SpringMediatorCannot reference application context with key : conf/sample/resources/spring/springsample.xml Could you please explain me how to solve this. 回答1: I got to work this as below, The class should extends AbstractMediator and override the mediate() method