-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dubbo multi-protocol, dubbo & webservice protocol to publish service,when startup fail to init webservice bean #1560
Comments
Please paste some error logs and your test code, if we can fix the bug ,we'll upgrade the cxf as soon as possible. |
Hi, Welcome! Would you please consider ask in English? Since this project is moved to ASF repo, we hope it is understandable by people all over the world so that everyone can join to discuss. Also, please try to ask by sending an email to dev@dubbo.incubator.apache.org-->Subscribe guide , issues is used to track bugs. |
@lovepoem thanks to remind. pls help to look at this problem. |
@rongmin you can use the latest version by packaging from the master code.
`
|
generic test case is not a good demo, |
This issue is now tracked with #1564 |
because of dubbo2.5.3 webservice RPC is very old dev@2013?,so it replied on cxf2.6.1,but cxf 2.6.1 integriting with dubbo using spring 4.0,is not compatible, when the spring container starting, it raise NoSuchMethod at some spring aop framwork classes。i judge it means cxf2 & spring4 is not compatible。
when cxf upgrade to 3.x above,the dubbo error: NoSuchMethod at some cxf related class,it means cxf3 & dubbo rpc webservice is not compatible, WebServiceProtocol.java
--
refer to https://github.com/apache/incubator-dubbo/blob/master/dubbo-rpc/dubbo-rpc-webservice/src/main/java/com/alibaba/dubbo/rpc/protocol/webservice/WebServiceProtocol.java
error happends @ line 88
so I ask here any plan to upgrade to support cxf3?
The text was updated successfully, but these errors were encountered: