2008-01-16 10:57:57,609 [main] [org.springframework.core.CollectionFactory] [INFO] - JDK 1.4+ collections available
2008-01-16 10:57:57,656 [main] [org.springframework.core.CollectionFactory] [INFO] - Commons Collections 3.x available
2008-01-16 10:57:57,734 [main] [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] [INFO] - Loading XML bean definitions from class path resource [applicationContext.xml]
2008-01-16 10:57:58,796 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [INFO] - Bean factory for application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=471035]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [sessionFactory,myHibTxManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,serviceMethods,org.springframework.aop.aspectj.AspectJPointcutAdvisor,commonDAO,salChanceBiz,userBiz,/salchance,/user]; root of BeanFactory hierarchy
2008-01-16 10:57:58,812 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [INFO] - 11 beans defined in application context [org.springframework.context.support.ClassPathXmlApplicationContext;hashCode=471035]
2008-01-16 10:57:58,968 [main] [org.springframework.aop.framework.DefaultAopProxyFactory] [INFO] - CGLIB2 available: proxyTargetClass feature enabled
2008-01-16 10:57:59,078 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [INFO] - Bean 'org.springframework.aop.config.internalAutoProxyCreator' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2008-01-16 10:57:59,078 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [INFO] - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@aadc97]
2008-01-16 10:57:59,093 [main] [org.springframework.context.support.ClassPathXmlApplicationContext] [INFO] - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3c342b]
2008-01-16 10:57:59,093 [main] [org.springframework.beans.factory.support.DefaultListableBeanFactory] [INFO] - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [sessionFactory,myHibTxManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,serviceMethods,org.springframework.aop.aspectj.AspectJPointcutAdvisor,commonDAO,salChanceBiz,userBiz,/salchance,/user]; root of BeanFactory hierarchy]
2008-01-16 10:57:59,468 [main] [org.hibernate.cfg.Environment] [INFO] - Hibernate 3.1.3
2008-01-16 10:57:59,484 [main] [org.hibernate.cfg.Environment] [INFO] - hibernate.properties not found
2008-01-16 10:57:59,484 [main] [org.hibernate.cfg.Environment] [INFO] - using CGLIB reflection optimizer
2008-01-16 10:57:59,500 [main] [org.hibernate.cfg.Environment] [INFO] - using JDK 1.4 java.sql.Timestamp handling
2008-01-16 10:57:59,671 [main] [org.hibernate.cfg.Configuration] [INFO] - configuring from url: file:/F:/%e6%9c%b1%e4%b8%80%e7%94%b71/crm/crm/WebRoot/WEB-INF/classes/hibernate.cfg.xml
2008-01-16 10:57:59,843 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/CstLinkman.hbm.xml
2008-01-16 10:58:00,046 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.CstLinkman -> cst_linkman
2008-01-16 10:58:00,218 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/BasDict.hbm.xml
2008-01-16 10:58:00,265 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.BasDict -> bas_dict
2008-01-16 10:58:00,265 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/Dtproperties.hbm.xml
2008-01-16 10:58:00,296 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.Dtproperties -> dtproperties
2008-01-16 10:58:00,296 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/SysRole.hbm.xml
2008-01-16 10:58:00,328 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.SysRole -> sys_role
2008-01-16 10:58:00,328 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/SalPlan.hbm.xml
2008-01-16 10:58:00,390 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.SalPlan -> sal_plan
2008-01-16 10:58:00,390 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/CstLost.hbm.xml
2008-01-16 10:58:00,421 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.CstLost -> cst_lost
2008-01-16 10:58:00,421 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/SalChance.hbm.xml
2008-01-16 10:58:00,453 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.SalChance -> sal_chance
2008-01-16 10:58:00,453 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/CstService.hbm.xml
2008-01-16 10:58:00,468 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.CstService -> cst_service
2008-01-16 10:58:00,468 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/SysRoleRight.hbm.xml
2008-01-16 10:58:00,484 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.SysRoleRight -> sys_role_right
2008-01-16 10:58:00,484 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/CstActivity.hbm.xml
2008-01-16 10:58:00,562 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.CstActivity -> cst_activity
2008-01-16 10:58:00,562 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/SysUser.hbm.xml
2008-01-16 10:58:00,578 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.SysUser -> sys_user
2008-01-16 10:58:00,578 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/SysRight.hbm.xml
2008-01-16 10:58:00,593 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.SysRight -> sys_right
2008-01-16 10:58:00,593 [main] [org.hibernate.cfg.Configuration] [INFO] - Reading mappings from resource: com/team3/entity/CstCustomer.hbm.xml
2008-01-16 10:58:00,625 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping class: com.team3.entity.CstCustomer -> cst_customer
2008-01-16 10:58:00,625 [main] [org.hibernate.cfg.Configuration] [INFO] - Configured SessionFactory: null
2008-01-16 10:58:00,625 [main] [org.springframework.orm.hibernate3.LocalSessionFactoryBean] [INFO] - Building new Hibernate SessionFactory
2008-01-16 10:58:00,625 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping collection: com.team3.entity.SysRole.sysUsers -> sys_user
2008-01-16 10:58:00,625 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping collection: com.team3.entity.SysRole.sysRoleRights -> sys_role_right
2008-01-16 10:58:00,625 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping collection: com.team3.entity.SalChance.salPlans -> sal_plan
2008-01-16 10:58:00,625 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping collection: com.team3.entity.SysRight.sysRoleRights -> sys_role_right
2008-01-16 10:58:00,625 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping collection: com.team3.entity.CstCustomer.cstActivities -> cst_activity
2008-01-16 10:58:00,625 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping collection: com.team3.entity.CstCustomer.cstLinkmans -> cst_linkman
2008-01-16 10:58:00,625 [main] [org.hibernate.cfg.HbmBinder] [INFO] - Mapping collection: com.team3.entity.Cst
- 1
- 2
前往页