dangdangdotcom / dubbox

Dubbox now means Dubbo eXtensions, and it adds features like RESTful remoting, Kyro/FST serialization, etc to the Dubbo service framework.
http://dangdangdotcom.github.io/dubbox
Apache License 2.0
4.89k stars 2.06k forks source link

dubbox报错Could not find MessageBodyWriter for response object of ... #357

Open hehexiaoduantui opened 7 years ago

hehexiaoduantui commented 7 years ago

我写了个dubbox的demo,在idea里面跑没有任何问题。但是打个jar包,通过url访问会报错:

Could not find MessageBodyWriter for response object of type: wcf.demo.dubbox.api.User of media type: application/json;charset=UTF-8

一开始以为是没有吧api的包打到provider里面,后来api和provider放到同一个项目里面还是同样的错误。

zhufx commented 7 years ago

你好,请问这个问题解决了吗? 我也是这个问题。