java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy0[解决方法]
……Caused by: java.lang.IllegalArgumentException: Cannot convert value of type [$Proxy0 implementing com.mysoft.applications.database.interfaces.MyInterface,org.springframework.aop.SpringProxy,org.springframework.aop.framework.Advised] to required type [ibatis.ibator.services.TestService] for property ‘service’: no matching editors or conversion strategy found
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:231)
at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:138)
at org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:386)
… 42 more 在配置事务时加入了aspectjweaver.jar这个包后出现了这个问题。 本文来源:http://blog.csdn.net/taochenpfj/archive/2009/07/29/4390158.aspx

