|
此文章由 Jcreek 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 Jcreek 所有!转贴必须注明作者、出处和本声明,并保持内容完整
运行时发生错误:
19/11/2010 16:04:00 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@b753f8: display name [org.springframework.context.support.FileSystemXmlApplicationContext@b753f8]; startup date [Fri Nov 19 16:04:00 EST 2010]; root of context hierarchy
19/11/2010 16:04:00 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from file [C:\files\spring\Spider\applicationContext.xml]
19/11/2010 16:04:00 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
INFO: Bean factory for application context [org.springframework.context.support.FileSystemXmlApplicationContext@b753f8]: org.springframework.beans.factory.support.DefaultListableBeanFactory@80d1ff
19/11/2010 16:04:00 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@80d1ff: defining beans [dataSource,sessionFactory,suburbDAO]; root of factory hierarchy
19/11/2010 16:04:00 org.springframework.jdbc.datasource.DriverManagerDataSource setDriverClassName
INFO: Loaded JDBC driver: oracle.jdbc.OracleDriver
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
19/11/2010 16:04:01 org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.0.5
19/11/2010 16:04:01 org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
19/11/2010 16:04:01 org.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
19/11/2010 16:04:01 org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
19/11/2010 16:04:01 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
INFO: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@80d1ff: defining beans [dataSource,sessionFactory,suburbDAO]; root of factory hierarchy
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in file [C:\files\spring\Spider\applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: org/hibernate/context/CurrentSessionContext |
|