日期:2014-05-18  浏览次数:20659 次

整合SSHorg.springframework.beans.factory.BeanCreationException错误
2013-04-06 23:49:57,734  INFO (org.springframework.web.context.ContextLoader:189) - Root WebApplicationContext: initialization started
2013-04-06 23:49:57,875  INFO (org.springframework.web.context.support.XmlWebApplicationContext:412) - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@87400: display name [Root WebApplicationContext]; startup date [Sat Apr 06 23:49:57 CST 2013]; root of context hierarchy
2013-04-06 23:49:58,125  INFO (org.springframework.beans.factory.xml.XmlBeanDefinitionReader:323) - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
2013-04-06 23:49:59,203  INFO (org.springframework.web.context.support.XmlWebApplicationContext:427) - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@87400]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1553d18
2013-04-06 23:49:59,734  INFO (org.springframework.beans.factory.support.DefaultListableBeanFactory:414) - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1553d18: defining beans [sessionFactory,AdminDAO,VoteDAO,VoterDAO,VoteContextDAO,adminService,VoteService,VoterService,VoteContextService,transactionManager,transactionInterceptor,ProxyCreator,login,logout,createAdmin]; root of factory hierarchy
2013-04-06 23:49:59,890  INFO (org.hibernate.cfg.Environment:514) - Hibernate 3.2.5
2013-04-06 23:49:59,890  INFO (org.hibernate.cfg.Environment:547) - hibernate.properties not found
2013-04-06 23:49:59,890  INFO (org.hibernate.cfg.Environment:681) - Bytecode provider name : cglib
2013-04-06 23:49:59,921  INFO (org.hibernate.cfg.Environment:598) - using JDK 1.4 java.sql.Timestamp handling
2013-04-06 23:50:00,187  INFO (org.hibernate.cfg.Configuration:1441) - configuring from url: file:/C:/Tomcat/webapps/toupiao/WEB-INF/classes/hibernate.cfg.xml
2013-04-06 23:50:00,437  INFO (org.hibernate.cfg.Configuration:553) - Reading mappings from resource : model/Admin.hbm.xml
2013-04-06 23:50:00,703  INFO (org.hibernate.cfg.HbmBinder:300) - Mapping class: model.Admin -> admin
2013-04-06 23:50:00,765  INFO (org.hibernate.cfg.Configuration:553) - Reading mappings from resource : model/Vote.hbm.xml
2013-04-06 23:50:00,796  INFO (org.hibernate.cfg.HbmBinder:300) - Mapping class: model.Vote -> vote
2013-04-06 23:50:00,796  INFO (org.hibernate.cfg.Configuration:553) - Reading mappings from resource : model/Votecontext.hbm.xml
2013-04-06 23:50:00,812  INFO (org.hibernate.cfg.HbmBinder:300) - Mapping class: model.Votecontext -> votecontext
2013-04-06 23:50:00,812  INFO (org.hibernate.cfg.Configuration:553) - Reading mappings from resource : model/Voter.hbm.xml
2013-0