您的位置:首页 > 编程语言 > Java开发

ssh org.springframework.beans.TypeMismatchException

2013-08-07 13:44 127 查看
这个问题我搜了一上午都木有解决

后来找到一个英文网站

It seems that some other bean (one that is not shown) has a property of the ClientDAOImpl type. Since the proxy created implements the ClientDAO interface, but does not extend ClientDAOImpl, you get an exception.

Check if any of the other beans have a method of the form: setClientDAO(ClientDAOImpl).

后来我发现,我写了一个service和一个serviceimpl,但是没有让serviceimpl继承service这个借口
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: