We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@DubboReference private ServiceA serviceA; @DubboReference private ServiceA serviceB; serviceA.methodA(); serviceB.methodB();
6、occur exception: org.apache.dubbo.common.bytecode.NoSuchMethodException: Not found method "methodB" in class com.person.dubbo.ServiceAMock.
org.apache.dubbo.common.bytecode.NoSuchMethodException: Not found method "methodB" in class com.person.dubbo.ServiceAMock.
invoke methodB successfully.
occur exception.
What actually happens?
I will fix it later.
The text was updated successfully, but these errors were encountered:
have been submitted into master and 3.0 branch, I will check it in 2.6.x and 2.5.x branch.
Sorry, something went wrong.
fixed on all branch.
No branches or pull requests
Environment
Steps to reproduce this issue
6、occur exception:
org.apache.dubbo.common.bytecode.NoSuchMethodException: Not found method "methodB" in class com.person.dubbo.ServiceAMock.
Expected Result
invoke methodB successfully.
Actual Result
occur exception.
What actually happens?
I will fix it later.
The text was updated successfully, but these errors were encountered: