org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.edu.spring.soccer.dao.AccountDaoImplcom.edu.spring.soccer.service.AccountService.accountDaoImpl; nested exception is java.lang.IllegalArgumentException: Can not set com.
目前我使用MVC architecture.But开发Spring3,Mybatis和Struts2集成应用程序,在我的应用程序中遇到了一些处理事务的困难,我在我的服务层使用Spring transaction,如下所示 @Service("MyService") public class MyServiceImplTransactional(readOnly=false)