WSO2 class mediator not work
问题 This is my first time to write NTLM mediator followed by NTLM Mediator The mediator project: Exported Jar and [ESB_HOME]/repository/components/dropins Proxy service to test: The mediator seems not work: Line 73 throw out exception: 回答1: You have to put jars into lib ($ESB_HOME/repository/components/lib). Delete jar in the dropins. As ESB start, it will put that jar into dropins folder. Try that. If not you may have to add three folders as given in documentation[2]. Further references: [1]