简体   繁体   English

WSO2ESB-春季调解人

[英]WSO2ESB - Spring mediator

I have problem with creating Spring Mediator who have inside Web Service Client. 我在创建具有Web Service Client内部的Spring Mediator时遇到问题。 This mediator is crashed when try initializing Web Service object. 尝试初始化Web Service对象时,此介体崩溃。

Error is: 错误是:

"Uncaught exception {org.apache.axis2.transport.base.threads.NativeWorkerPool} javax.xml.ws.spi.FactoryFinder$ConfigurationError: Provider org.apache.cxf.jaxws.spi.ProviderImpl not found". “未捕获的异常{org.apache.axis2.transport.base.threads.NativeWorkerPool} javax.xml.ws.spi.FactoryFinder $ ConfigurationError:未找到提供程序org.apache.cxf.jaxws.spi.ProviderImpl”。

I tried to add jars like "cxf-rt-frontend-jaxws" but without result. 我试图添加类似“ cxf-rt-frontend-jaxws”的罐子,但是没有结果。 (To 'WSO2_HOME\\repository\\components\\lib') (到'WSO2_HOME \\ repository \\ components \\ lib')

WSO2ESB version is 4.8.1. WSO2ESB版本是4.8.1。

Could you please explain me how to solve this. 您能否解释一下如何解决这个问题。

如果罐子是OSGi捆绑包,则应将其放入

 <WSO2_HOME>\repository\components\dropins\

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM