[ERROR][2015-12-22 09:18:48,109][com.alibaba.druid.pool.DruidAbstractDataSource]maxIdle is deprecated
[INFO][2015-12-22 09:18:48,176][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} inited
[INFO][2015-12-22 09:18:48,993][com.alibaba.druid.pool.DruidDataSource]{dataSource-1} closed
[ERROR][2015-12-22 09:18:48,995][org.springframework.web.context.ContextLoader]Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cgAutoListController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.jeecgframework.web.cgform.service.autolist.ConfigServiceI org.jeecgframework.web.cgform.controller.autolist.CgAutoListController.configService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.jeecgframework.web.cgform.service.config.CgFormFieldServiceI org.jeecgframework.web.cgform.service.impl.autolist.ConfigServiceImpl.tablePropertyService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cgFormFieldService' defined in file [D:\TOOL\jeccg\webapps\jeecg\WEB-INF\classes\org\jeecgframework\web\cgform\service\impl\config\CgFormFieldServiceImpl.class]: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commonDao': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.hibernate.SessionFactory org.jeecgframework.core.common.dao.impl.GenericBaseCommonDao.sessionFactory; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/resources/spring-mvc-hibernate.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.springframework.orm.hibernate4.LocalSessionFactoryBuilder
这个是什么原因?