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
| 2008-12-11 14:21:11,690 DEBUG [ServerThread] WAKEUP in SERVER THREAD
2008-12-11 14:21:11,690 DEBUG [ServerThread] beginning dorun
2008-12-11 14:21:11,710 DEBUG [SessionImpl] opened session at timestamp: 5033990847324160
2008-12-11 14:21:11,710 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join
2008-12-11 14:21:11,710 DEBUG [JDBCContext] successfully registered Synchronization
2008-12-11 14:21:11,710 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join
2008-12-11 14:21:11,710 DEBUG [AbstractEntityManagerImpl] Transaction already joined
2008-12-11 14:21:11,710 DEBUG [Loader] loading entity: [entities.School#1]
2008-12-11 14:21:11,710 DEBUG [AbstractBatcher] about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
2008-12-11 14:21:11,710 DEBUG [ConnectionManager] opening JDBC connection
2008-12-11 14:21:11,710 DEBUG [SQL] select ... where school0_.O_I_ID=?
2008-12-11 14:21:11,710 INFO [STDOUT] Hibernate: select ... where school0_.O_I_ID=?
2008-12-11 14:21:11,740 DEBUG [AbstractBatcher] about to open ResultSet (open ResultSets: 0, globally: 0)
2008-12-11 14:21:11,740 DEBUG [Loader] result row: EntityKey[entities.School#1]
2008-12-11 14:21:11,740 DEBUG [AbstractBatcher] about to close ResultSet (open ResultSets: 1, globally: 1)
2008-12-11 14:21:11,740 DEBUG [AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
2008-12-11 14:21:11,740 DEBUG [ConnectionManager] aggressively releasing JDBC connection
2008-12-11 14:21:11,740 DEBUG [ConnectionManager] releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
2008-12-11 14:21:11,740 DEBUG [TwoPhaseLoad] resolving associations for [entities.School#1]
2008-12-11 14:21:11,740 DEBUG [TwoPhaseLoad] done materializing entity [entities.School#1]
2008-12-11 14:21:11,740 DEBUG [StatefulPersistenceContext] initializing non-lazy collections
2008-12-11 14:21:11,740 DEBUG [Loader] done entity load
2008-12-11 14:21:11,740 DEBUG [AbstractFlushingEventListener] processing flush-time cascades
2008-12-11 14:21:11,740 DEBUG [AbstractFlushingEventListener] dirty checking collections
2008-12-11 14:21:11,740 DEBUG [AbstractFlushingEventListener] Flushed: 0 insertions, 0 updates, 0 deletions to 1 objects
2008-12-11 14:21:11,740 DEBUG [AbstractFlushingEventListener] Flushed: 0 (re)creations, 0 updates, 0 removals to 0 collections
2008-12-11 14:21:11,740 DEBUG [Printer] listing entities:
2008-12-11 14:21:11,740 DEBUG [Printer] entities.School{id=1, zip=x, address=x, name=x, remarks=, country=x, city=x}
2008-12-11 14:21:11,740 DEBUG [ConnectionManager] aggressively releasing JDBC connection
2008-12-11 14:21:11,750 DEBUG [ManagedEntityManagerFactory] ************** closing entity managersession **************
2008-12-11 14:21:11,780 DEBUG [ServerThread] begin thread wait |
Partager