org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'studentDaoImpl' defined in file [E:\Myeclipse workse\JbcbtemplateXMLTranction\WebRoot\WEB-INF\classes\com\gem\dao\impl\StudentDaoImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'txAdvice' must be of type [org.aopalliance.aop.Advice], but was actually of type [org.springframework.transaction.interceptor.TransactionInterceptor]
studentDaoImpl实现类在spring配置文件中是不是没有配置
谢谢!已经解决了
你肯定是没有注入进去啊.
1. 查看配置们见;
2. 你的Service有没有注入Dao.
多谢!已经解决好了