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
|
2010-10-07 11:21:58 DEBUG [Configuration] hibernate.transaction.auto_close_session=true
(...)
2010-10-07 11:21:59 INFO [Configuration] Configured SessionFactory: null
(...)
2010-10-07 11:22:00 INFO [SettingsFactory] Automatic session close at end of transaction: enabled
(...)
2010-10-07 11:22:00 INFO [SessionFactoryImpl] building session factory
(...)
2010-10-07 11:22:02 DEBUG [SessionFactoryImpl] instantiated session factory
(...)
2010-10-07 11:22:05 DEBUG [SessionImpl] opened session at timestamp: 12864433248
(...)
2010-10-07 11:22:05 DEBUG [JDBCTransaction] committed JDBC Connection
2010-10-07 11:22:05 DEBUG [ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
2010-10-07 11:22:05 DEBUG [ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
2010-10-07 11:22:05 DEBUG [ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
2010-10-07 11:22:05 DEBUG [SessionImpl] opened session at timestamp: 12864433256
(...)
2010-10-07 11:22:11 DEBUG [SessionImpl] opened session at timestamp: 12864433318
2010-10-07 11:22:11 DEBUG [JDBCTransaction] begin
2010-10-07 11:22:11 DEBUG [ConnectionManager] opening JDBC connection
2010-10-07 11:22:11 DEBUG [JDBCTransaction] current autocommit status: false
(...)
2010-10-07 11:22:11 DEBUG [SQL] select partenaire0_.logo as col_0_0_ from partenaire partenaire0_ where partenaire0_.id=?
2010-10-07 11:22:11 DEBUG [AbstractBatcher] about to open ResultSet (open ResultSets: 0, globally: 0)
2010-10-07 11:22:11 DEBUG [Loader] result row:
2010-10-07 11:22:11 DEBUG [AbstractBatcher] about to close ResultSet (open ResultSets: 1, globally: 1)
2010-10-07 11:22:11 DEBUG [AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2010-10-07 11:22:11 DEBUG [StatefulPersistenceContext] initializing non-lazy collections
2010-10-07 11:22:11 DEBUG [JDBCTransaction] commit
2010-10-07 11:22:11 DEBUG [JDBCTransaction] committed JDBC Connection
2010-10-07 11:22:11 DEBUG [ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
2010-10-07 11:22:11 DEBUG [ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
2010-10-07 11:22:11 DEBUG [ConnectionManager] transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
(--fin du log--) |