1 2 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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
| févr. 05, 2013 1:22:05 PM org.hibernate.cfg.Environment buildBytecodeProvider
Infos: Bytecode provider name : cglib
févr. 05, 2013 1:22:05 PM org.hibernate.cfg.Environment <clinit>
Infos: using JDK 1.4 java.sql.Timestamp handling
févr. 05, 2013 1:22:05 PM org.hibernate.cfg.Configuration configure
Infos: configuring from url: file:/Q:/Apache%20Software%20Foundation/Tomcat%206.0/webapps/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Struts2HibernateExample/WEB-INF/classes/hibernate.cfg.xml
févr. 05, 2013 1:22:05 PM org.hibernate.cfg.Configuration addResource
Infos: Reading mappings from resource : com/afkir/hibernate/User.hbm.xml
févr. 05, 2013 1:22:05 PM org.hibernate.util.DTDEntityResolver resolveEntity
Grave: Don't use old DTDs, read the Hibernate 3.x Migration Guide!
févr. 05, 2013 1:22:08 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
Infos: Mapping class: com.afkir.hibernate.User -> user
févr. 05, 2013 1:22:08 PM org.hibernate.cfg.Configuration doConfigure
Infos: Configured SessionFactory: null
févr. 05, 2013 1:22:08 PM org.hibernate.connection.DriverManagerConnectionProvider configure
Infos: Using Hibernate built-in connection pool (not for production use!)
févr. 05, 2013 1:22:08 PM org.hibernate.connection.DriverManagerConnectionProvider configure
Infos: Hibernate connection pool size: 20
févr. 05, 2013 1:22:08 PM org.hibernate.connection.DriverManagerConnectionProvider configure
Infos: autocommit mode: false
févr. 05, 2013 1:22:08 PM org.hibernate.connection.DriverManagerConnectionProvider configure
Infos: using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost/BDD_Test
févr. 05, 2013 1:22:08 PM org.hibernate.connection.DriverManagerConnectionProvider configure
Infos: connection properties: {user=root}
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: RDBMS: MySQL, version: 5.5.24-log
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.19 ( Revision: tonci.grgin@oracle.com-20111003110438-qfydx066wsbydkbw )
févr. 05, 2013 1:22:09 PM org.hibernate.dialect.Dialect <init>
Infos: Using dialect: org.hibernate.dialect.MySQLDialect
févr. 05, 2013 1:22:09 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
Infos: Using default transaction strategy (direct JDBC transactions)
févr. 05, 2013 1:22:09 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
Infos: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Automatic flush during beforeCompletion(): disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Automatic session close at end of transaction: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: JDBC batch size: 15
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: JDBC batch updates for versioned data: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Scrollable result sets: enabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: JDBC3 getGeneratedKeys(): enabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Connection release mode: auto
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Maximum outer join fetch depth: 2
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Default batch fetch size: 1
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Generate SQL with comments: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Order SQL updates by primary key: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Order SQL inserts for batching: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
Infos: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
févr. 05, 2013 1:22:09 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
Infos: Using ASTQueryTranslatorFactory
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Query language substitutions: {}
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: JPA-QL strict compliance: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Second-level cache: enabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Query cache: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory createCacheProvider
Infos: Cache provider: org.hibernate.cache.NoCacheProvider
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Optimize cache for minimal puts: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Structured second-level cache entries: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Echoing all SQL to stdout
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Statistics: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Deleted entity synthetic identifier rollback: disabled
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Default entity-mode: pojo
févr. 05, 2013 1:22:09 PM org.hibernate.cfg.SettingsFactory buildSettings
Infos: Named query checking : enabled
févr. 05, 2013 1:22:10 PM org.hibernate.impl.SessionFactoryImpl <init>
Infos: building session factory
entity class not found: com.afkir.hibernate.User
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Parsing configuration file [struts-default.xml]
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Unable to locate configuration files of the name struts-plugin.xml, skipping
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Parsing configuration file [struts-plugin.xml]
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Parsing configuration file [struts.xml]
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for class com.opensymphony.xwork2.ObjectFactory
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for class com.opensymphony.xwork2.conversion.impl.XWorkConverter
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.TextProvider
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.ActionProxyFactory
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface org.apache.struts2.dispatcher.mapper.ActionMapper
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (jakarta) for interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for class org.apache.struts2.views.freemarker.FreemarkerManager
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface org.apache.struts2.components.UrlRenderer
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.validator.ActionValidatorManager
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.util.ValueStackFactory
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.util.reflection.ReflectionContextFactory
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.util.PatternMatcher
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface org.apache.struts2.dispatcher.StaticContentLoader
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.UnknownHandlerManager
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Overriding property struts.i18n.reload - old value: false new value: true
févr. 05, 2013 1:22:10 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Overriding property struts.configuration.xml.reload - old value: false new value: true
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Parsing configuration file [struts-default.xml]
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Unable to locate configuration files of the name struts-plugin.xml, skipping
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Parsing configuration file [struts-plugin.xml]
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Parsing configuration file [struts.xml]
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for class com.opensymphony.xwork2.ObjectFactory
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for class com.opensymphony.xwork2.conversion.impl.XWorkConverter
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.TextProvider
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.ActionProxyFactory
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface org.apache.struts2.dispatcher.mapper.ActionMapper
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (jakarta) for interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for class org.apache.struts2.views.freemarker.FreemarkerManager
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface org.apache.struts2.components.UrlRenderer
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.validator.ActionValidatorManager
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.util.ValueStackFactory
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.util.reflection.ReflectionProvider
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.util.reflection.ReflectionContextFactory
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.util.PatternMatcher
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface org.apache.struts2.dispatcher.StaticContentLoader
févr. 05, 2013 1:22:11 PM com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Infos: Choosing bean (struts) for interface com.opensymphony.xwork2.UnknownHandlerManager
févr. 05, 2013 1:22:12 PM org.apache.coyote.http11.Http11Protocol start
Infos: Démarrage de Coyote HTTP/1.1 sur http-8082
févr. 05, 2013 1:22:12 PM org.hibernate.connection.DriverManagerConnectionProvider close
Infos: cleaning up connection pool: jdbc:mysql://localhost/BDD_Test
févr. 05, 2013 1:22:12 PM org.apache.jk.common.ChannelSocket init
Infos: JK: ajp13 listening on /0.0.0.0:8099
févr. 05, 2013 1:22:12 PM org.apache.jk.server.JkMain start
Infos: Jk running ID=0 time=0/30 config=null
févr. 05, 2013 1:22:12 PM org.apache.catalina.startup.Catalina start
Infos: Server startup in 10696 ms |