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
| 2010-04-29 15:34:22,218 [main] INFO org.springframework.orm.hibernate3.HibernateTransactionManager - Using DataSource [org.apache.commons.dbcp.BasicDataSource@3727c5] of Hibernate SessionFactory for HibernateTransactionManager
2010-04-29 15:34:28,796 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Using transaction object [org.springframework.orm.hibernate3.HibernateTransactionManager$HibernateTransactionObject@114d18f]
2010-04-29 15:34:28,796 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Creating new transaction with name [net.developpez.irnbru.tutorial.service.SourceService.findall]: PROPAGATION_REQUIRES_NEW,ISOLATION_DEFAULT,readOnly
2010-04-29 15:34:28,890 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Opened new Session [org.hibernate.impl.SessionImpl@1a1f370] for Hibernate transaction
2010-04-29 15:34:28,906 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Preparing JDBC Connection of Hibernate Session [org.hibernate.impl.SessionImpl@1a1f370]
2010-04-29 15:34:28,937 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Exposing Hibernate transaction as JDBC transaction [jdbc:mysql://localhost/test, UserName=irnbru@localhost, MySQL-AB JDBC Driver]
2010-04-29 15:34:29,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Triggering beforeCommit synchronization
2010-04-29 15:34:29,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Triggering beforeCompletion synchronization
2010-04-29 15:34:29,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Initiating transaction commit
2010-04-29 15:34:29,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Committing Hibernate transaction on Session [org.hibernate.impl.SessionImpl@1a1f370]
2010-04-29 15:34:29,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Triggering afterCommit synchronization
2010-04-29 15:34:29,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Triggering afterCompletion synchronization
2010-04-29 15:34:29,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Closing Hibernate Session [org.hibernate.impl.SessionImpl@1a1f370] after transaction
2010-04-29 15:34:52,359 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Using transaction object [org.springframework.orm.hibernate3.HibernateTransactionManager$HibernateTransactionObject@4d28c7]
2010-04-29 15:34:52,359 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Creating new transaction with name [net.developpez.irnbru.tutorial.service.SourceService.add]: PROPAGATION_REQUIRES_NEW,ISOLATION_DEFAULT
2010-04-29 15:34:52,359 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Opened new Session [org.hibernate.impl.SessionImpl@1b044df] for Hibernate transaction
2010-04-29 15:34:52,359 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Preparing JDBC Connection of Hibernate Session [org.hibernate.impl.SessionImpl@1b044df]
2010-04-29 15:34:52,359 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Exposing Hibernate transaction as JDBC transaction [jdbc:mysql://localhost/test, UserName=irnbru@localhost, MySQL-AB JDBC Driver]
2010-04-29 15:34:52,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Transactional code has requested rollback
2010-04-29 15:34:52,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Triggering beforeCompletion synchronization
2010-04-29 15:34:52,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Initiating transaction rollback
2010-04-29 15:34:52,390 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Rolling back Hibernate transaction on Session [org.hibernate.impl.SessionImpl@1b044df]
2010-04-29 15:34:52,468 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Triggering afterCompletion synchronization
2010-04-29 15:34:52,468 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Closing Hibernate Session [org.hibernate.impl.SessionImpl@1b044df] after transaction
2010-04-29 15:34:52,484 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Using transaction object [org.springframework.orm.hibernate3.HibernateTransactionManager$HibernateTransactionObject@1627c16]
2010-04-29 15:34:52,484 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Creating new transaction with name [net.developpez.irnbru.tutorial.service.SourceService.findall]: PROPAGATION_REQUIRES_NEW,ISOLATION_DEFAULT,readOnly
2010-04-29 15:34:52,484 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Opened new Session [org.hibernate.impl.SessionImpl@c0890f] for Hibernate transaction
2010-04-29 15:34:52,484 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Preparing JDBC Connection of Hibernate Session [org.hibernate.impl.SessionImpl@c0890f]
2010-04-29 15:34:52,484 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Exposing Hibernate transaction as JDBC transaction [jdbc:mysql://localhost/test, UserName=irnbru@localhost, MySQL-AB JDBC Driver]
2010-04-29 15:34:52,484 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Triggering beforeCommit synchronization
2010-04-29 15:34:52,484 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Triggering beforeCompletion synchronization
2010-04-29 15:34:52,484 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Initiating transaction commit
2010-04-29 15:34:52,484 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Committing Hibernate transaction on Session [org.hibernate.impl.SessionImpl@c0890f]
2010-04-29 15:34:52,484 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Triggering afterCommit synchronization
2010-04-29 15:34:52,500 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Triggering afterCompletion synchronization
2010-04-29 15:34:52,500 [http-8080-2] DEBUG org.springframework.orm.hibernate3.HibernateTransactionManager - Closing Hibernate Session [org.hibernate.impl.SessionImpl@c0890f] after transaction |
Partager