no matching editors or conversion strategy found

搭建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>

 

posted @ 2014-11-06 16:35  我要拿8k  阅读(925)  评论(0编辑  收藏  举报