Exception in thread "main" java.lang.ClassCastException: $Proxy13

慢吞吞發表於2013-11-28

Exception in thread "main" java.lang.ClassCastException: $Proxy13
原因:業務層實現了介面

解決:方法一:切面配置事務的地方修改:<aop:config proxy-target-class="true">(加上黑體字)

   方法二:加<property name="proxyTargetClass"><value>true</value></property>  沒試過

   方法三:強制轉化成介面

相關文章