spring+hibernate 错误求解
信息: Initializing Spring FrameworkServlet 'JeeCmsAdmin'
17:14:32.988 ERROR org.springframework.web.servlet.DispatcherServlet - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' defined in ServletContext resource [/WEB-INF/config/jeecms-servlet-admin.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cmsSiteConfigAct': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.jeecms.core.tpl.TplManager com.jeecms.cms.action.admin.main.CmsSiteConfigAct.tplManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tplManager': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:529) ~[spring-beans-3.2.6.jar:3.2.6.RELEASE]