首页 > 其他 > 详细

no matching editors or conversion strategy found

时间:2014-11-06 19:16:45      阅读:315      评论:0      收藏:0      [点我收藏+]

搭建ssh框架,在配置完applicationContext.xml测试时报daoImpl的no matching editors or conversion strategy found。。。

上网搜了一下,在<aop:config>里加上 proxy-target-class="true" 。。

意思是代理目标类设为true。。

<aop:config proxy-target-class="true">
<aop:pointcut id="aopMananger" expression="execution(* com.bjsxt.service.*Impl.*(..))" />
<aop:advisor advice-ref="txManager" pointcut-ref="aopMananger" />
</aop:config>

 

no matching editors or conversion strategy found

原文:http://www.cnblogs.com/lyfer/p/4079254.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!