You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error creating bean with name 'demoService': Invalid property 'interface' of bean class [org.apache.dubbo.config.spring.ReferenceBean]: Bean property 'interface' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
Discussed in #15066
Originally posted by Hard-programmers January 20, 2025
Pre-check
Apache Dubbo Component
Java Samples (apache/dubbo-samples)
Details
clone https://github.com/apache/dubbo-samples/tree/master/2-advanced/dubbo-samples-native-image-registry
Modify dubbo-samples-native-image-registry-consumer to xml mode
Add
resources/META-INF/dubbo-reference.xml
Modify
org.apache.dubbo.registry.consumer.NativeDemoConsumerRegistryApplication
Actual Behavior
Error creating bean with name 'demoService': Invalid property 'interface' of bean class [org.apache.dubbo.config.spring.ReferenceBean]: Bean property 'interface' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
Code of Conduct
The text was updated successfully, but these errors were encountered: