| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 
 | Root WebApplicationContext: initialization started
 INFO [http-8081-Processor25] - Loading Spring root WebApplicationContext
 INFO [http-8081-Processor25] - JDK 1.4+ collections available
 INFO [http-8081-Processor25] - Commons Collections 3.x available
 INFO [http-8081-Processor25] - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
 INFO [http-8081-Processor25] - Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,myTransactionManager,hibernateInterceptor,myPersonneDao,service]; root of BeanFactory hierarchy
 INFO [http-8081-Processor25] - 6 beans defined in application context [Root WebApplicationContext]
 INFO [http-8081-Processor25] - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@258c74]
 INFO [http-8081-Processor25] - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1285252]
 INFO [http-8081-Processor25] - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@34a1c8]
 INFO [http-8081-Processor25] - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,myTransactionManager,hibernateInterceptor,myPersonneDao,service]; root of BeanFactory hierarchy]
 INFO [http-8081-Processor25] - Loaded JDBC driver: com.mysql.jdbc.Driver
 INFO [http-8081-Processor25] - Hibernate 3.2.4.sp1
 INFO [http-8081-Processor25] - hibernate.properties not found
 INFO [http-8081-Processor25] - Bytecode provider name : cglib
 INFO [http-8081-Processor25] - using JDK 1.4 java.sql.Timestamp handling
ERROR [http-8081-Processor25] - Don't use old DTDs, read the Hibernate 3.x Migration Guide!
 INFO [http-8081-Processor25] - Mapping class: istia.st.springmvc.personnes.hibernate.Personnes -> personnes
 INFO [http-8081-Processor25] - Building new Hibernate SessionFactory
 INFO [http-8081-Processor25] - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 INFO [http-8081-Processor25] - RDBMS: MySQL, version: 4.1.9-max
 INFO [http-8081-Processor25] - JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-3.1.9 ( $Date: 2005/05/19 15:52:23 $, $Revision: 1.1.2.2 $ )
 INFO [http-8081-Processor25] - Using dialect: org.hibernate.dialect.MySQLDialect
 INFO [http-8081-Processor25] - Using default transaction strategy (direct JDBC transactions)
 INFO [http-8081-Processor25] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
 INFO [http-8081-Processor25] - Automatic flush during beforeCompletion(): disabled
 INFO [http-8081-Processor25] - Automatic session close at end of transaction: disabled
 INFO [http-8081-Processor25] - JDBC batch size: 15
 INFO [http-8081-Processor25] - JDBC batch updates for versioned data: disabled
 INFO [http-8081-Processor25] - Scrollable result sets: enabled
 INFO [http-8081-Processor25] - JDBC3 getGeneratedKeys(): enabled
 INFO [http-8081-Processor25] - Connection release mode: on_close
 INFO [http-8081-Processor25] - Maximum outer join fetch depth: 2
 INFO [http-8081-Processor25] - Default batch fetch size: 1
 INFO [http-8081-Processor25] - Generate SQL with comments: disabled
 INFO [http-8081-Processor25] - Order SQL updates by primary key: disabled
 INFO [http-8081-Processor25] - Order SQL inserts for batching: disabled
 INFO [http-8081-Processor25] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
 INFO [http-8081-Processor25] - Using ASTQueryTranslatorFactory
 INFO [http-8081-Processor25] - Query language substitutions: {}
 INFO [http-8081-Processor25] - JPA-QL strict compliance: disabled
 INFO [http-8081-Processor25] - Second-level cache: enabled
 INFO [http-8081-Processor25] - Query cache: disabled
 INFO [http-8081-Processor25] - Cache provider: org.hibernate.cache.NoCacheProvider
 INFO [http-8081-Processor25] - Optimize cache for minimal puts: disabled
 INFO [http-8081-Processor25] - Structured second-level cache entries: disabled
 INFO [http-8081-Processor25] - Statistics: disabled
 INFO [http-8081-Processor25] - Deleted entity synthetic identifier rollback: disabled
 INFO [http-8081-Processor25] - Default entity-mode: pojo
 INFO [http-8081-Processor25] - Named query checking : enabled
 INFO [http-8081-Processor25] - building session factory
 INFO [http-8081-Processor25] - Not binding factory to JNDI, no JNDI name configured
 INFO [http-8081-Processor25] - Using DataSource [org.springframework.jdbc.datasource.DriverManagerDataSource@101e081] of Hibernate SessionFactory for HibernateTransactionManager
 INFO [http-8081-Processor25] - Using context class [org.springframework.web.context.support.XmlWebApplicationContext] for root WebApplicationContext
 INFO [http-8081-Processor25] - Root WebApplicationContext: initialization completed in 3024 ms
 INFO [http-8081-Processor25] - Initializing servlet 'personnes'
 INFO [http-8081-Processor25] - FrameworkServlet 'personnes': initialization started
 INFO [http-8081-Processor25] - Loading WebApplicationContext for Spring FrameworkServlet 'personnes'
 INFO [http-8081-Processor25] - Loading XML bean definitions from ServletContext resource [/WEB-INF/personnes-servlet.xml]
 INFO [http-8081-Processor25] - Bean factory for application context [WebApplicationContext for namespace 'personnes-servlet']: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping,openSessionInViewInterceptor,Personnes.ListController,Personnes.DeleteController,Personnes.EditController,Personnes.Validator,org.springframework.web.servlet.view.ResourceBundleViewResolver,org.springframework.web.servlet.handler.SimpleMappingExceptionResolver,messageSource]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,myTransactionManager,hibernateInterceptor,myPersonneDao,service]; root of BeanFactory hierarchy
 INFO [http-8081-Processor25] - 9 beans defined in application context [WebApplicationContext for namespace 'personnes-servlet']
 INFO [http-8081-Processor25] - Using MessageSource [org.springframework.context.support.ResourceBundleMessageSource: basenames=[messages]]
 INFO [http-8081-Processor25] - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@86d597]
 INFO [http-8081-Processor25] - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@30b601]
 INFO [http-8081-Processor25] - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping,openSessionInViewInterceptor,Personnes.ListController,Personnes.DeleteController,Personnes.EditController,Personnes.Validator,org.springframework.web.servlet.view.ResourceBundleViewResolver,org.springframework.web.servlet.handler.SimpleMappingExceptionResolver,messageSource]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,myTransactionManager,hibernateInterceptor,myPersonneDao,service]; root of BeanFactory hierarchy]
 INFO [http-8081-Processor25] - Default error view is 'exception'
 INFO [http-8081-Processor25] - Using context class [org.springframework.web.context.support.XmlWebApplicationContext] for servlet 'personnes'
 INFO [http-8081-Processor25] - Unable to locate MultipartResolver with name 'multipartResolver': no multipart request handling provided
 INFO [http-8081-Processor25] - Unable to locate LocaleResolver with name 'localeResolver': using default [org.springframework.web.servlet.i18n.AcceptHeaderLocaleResolver@1d753b7]
 INFO [http-8081-Processor25] - Unable to locate ThemeResolver with name 'themeResolver': using default [org.springframework.web.servlet.theme.FixedThemeResolver@1b93526]
 INFO [http-8081-Processor25] - No HandlerAdapters found in servlet 'personnes': using default
 INFO [http-8081-Processor25] - FrameworkServlet 'personnes': initialization completed in 220 ms
 INFO [http-8081-Processor25] - Servlet 'personnes' configured successfully
[ServiceImpl] getAll **************************************
[DaoImplCommon] getAll ******************************************** 
 INFO [http-8081-Processor25] - Loading XML bean definitions from class path resource [org/springframework/jdbc/support/sql-error-codes.xml]
 INFO [http-8081-Processor25] - SQLErrorCodes loaded: [DB2, HSQL, MS-SQL, MySQL, Oracle, Informix, PostgreSQL, Sybase]
[ListPersonne] handleRequest*********************************
 WARN [http-8081-Processor25] - Use of 'class' property in [org.springframework.beans.factory.support.PropertiesBeanDefinitionReader] is deprecated in favor of '(class)'
 WARN [http-8081-Processor25] - Use of 'class' property in [org.springframework.beans.factory.support.PropertiesBeanDefinitionReader] is deprecated in favor of '(class)'
 WARN [http-8081-Processor25] - Use of 'class' property in [org.springframework.beans.factory.support.PropertiesBeanDefinitionReader] is deprecated in favor of '(class)'
 WARN [http-8081-Processor25] - Use of 'class' property in [org.springframework.beans.factory.support.PropertiesBeanDefinitionReader] is deprecated in favor of '(class)'
 INFO [http-8081-Processor25] - 4 beans defined in application context [org.springframework.web.context.support.GenericWebApplicationContext;hashCode=3393419]
 INFO [http-8081-Processor25] - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@171b246]
 INFO [http-8081-Processor25] - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@16f4ce0]
 INFO [http-8081-Processor25] - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.DelegatingThemeSource@201d6d]
 INFO [http-8081-Processor25] - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [list,exception,r-list,edit]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [org.springframework.web.servlet.handler.SimpleUrlHandlerMapping,openSessionInViewInterceptor,Personnes.ListController,Personnes.DeleteController,Personnes.EditController,Personnes.Validator,org.springframework.web.servlet.view.ResourceBundleViewResolver,org.springframework.web.servlet.handler.SimpleMappingExceptionResolver,messageSource]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [dataSource,sessionFactory,myTransactionManager,hibernateInterceptor,myPersonneDao,service]; root of BeanFactory hierarchy]
[EditPersonne] formBakingObject **************************************
 INFO [http-8081-Processor25] - Theme created: name 'theme', basename [theme]
 INFO [http-8081-Processor25] - Using JSP 2.0 ExpressionEvaluator | 
Partager