Error message

java.lang.IllegalArgumentException: The specified interface [com.taobao.hsf.jar.test.HelloWorldService] is not implemented in the real service object [com.taobao.hsf.jar.test.HelloWorldServiceImpl@10f0a3e8].

Solution

No interface is implemented for the bean specified by target of the provider. Check that the corresponding interface is implemented in the interface class.