Code:
2004-08-28 15:47:41,615 DEBUG [org.springframework.transaction.interceptor.TransactionInterceptor] - Getting transaction for method 'save' in class [com.euroflash.gestion.manager.PersonneManager]
2004-08-28 15:47:41,683 INFO [org.springframework.jdbc.datasource.DataSourceTransactionObject] - JDBC 3.0 Savepoint class is available
2004-08-28 15:47:41,686 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Using transaction object [org.springframework.orm.hibernate.HibernateTransactionObject@8e90a]
2004-08-28 15:47:41,689 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Creating new transaction
2004-08-28 15:47:41,691 DEBUG [org.springframework.orm.hibernate.SessionFactoryUtils] - Opening Hibernate session
2004-08-28 15:47:42,796 DEBUG [net.sf.hibernate.impl.SessionImpl] - opened session
2004-08-28 15:47:42,811 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Opened new session [net.sf.hibernate.impl.SessionImpl@38202] for Hibernate transaction
2004-08-28 15:47:42,941 DEBUG [net.sf.hibernate.transaction.JDBCTransaction] - begin
2004-08-28 15:47:42,950 DEBUG [net.sf.hibernate.transaction.JDBCTransaction] - current autocommit status:true
2004-08-28 15:47:42,960 DEBUG [net.sf.hibernate.transaction.JDBCTransaction] - disabling autocommit
2004-08-28 15:47:43,030 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Exposing Hibernate transaction as JDBC transaction [org.apache.commons.dbcp.PoolableConnection@8c10af]
2004-08-28 15:47:43,090 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Bound value [org.springframework.jdbc.datasource.ConnectionHolder@9b5b2f] for key [org.apache.commons.dbcp.BasicDataSource@6f5ae2] to thread [main]
2004-08-28 15:47:43,100 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Bound value [org.springframework.orm.hibernate.SessionHolder@cdd17f] for key [net.sf.hibernate.impl.SessionFactoryImpl@7f9401] to thread [main]
2004-08-28 15:47:43,110 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Initializing transaction synchronization
dao.save()
Code:
2004-08-28 15:05:17,764 DEBUG [org.springframework.transaction.interceptor.TransactionInterceptor] - Invoking commit for transaction on method 'save' in class [com.euroflash.gestion.manager.PersonneManager]
2004-08-28 15:05:17,766 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Triggering beforeCommit synchronization
2004-08-28 15:05:17,769 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Triggering beforeCompletion synchronization
2004-08-28 15:05:17,770 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Initiating transaction commit
2004-08-28 15:05:17,770 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Committing Hibernate transaction on session [net.sf.hibernate.impl.SessionImpl@b5e07a]
2004-08-28 15:05:17,785 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Triggering afterCompletion synchronization
2004-08-28 15:05:17,817 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Clearing transaction synchronization
2004-08-28 15:05:17,818 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Removed value [org.springframework.orm.hibernate.SessionHolder@d36efb] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] from thread [main]
2004-08-28 15:05:17,819 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Removed value [org.springframework.jdbc.datasource.ConnectionHolder@39f0bb] for key [org.apache.commons.dbcp.BasicDataSource@e9fb74] from thread [main]
2004-08-28 15:05:17,820 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Closing Hibernate session [net.sf.hibernate.impl.SessionImpl@b5e07a] after transaction
2004-08-28 15:05:17,820 DEBUG [org.springframework.orm.hibernate.SessionFactoryUtils] - Closing Hibernate session
2004-08-28 15:05:18,163 INFO [com.euroflash.gestion.manager.ManagerExceptionHandler] - Execution de save({com.euroflash.gestion.business.Contact@a58701[dernierContact=Sat Aug 28 15:03:36 CEST 2004,prenom=Renaud,nom=Brault,adresse=com.euroflash.gestion.business.Adresse@660e34[adresse=19 rue de l'armorique,codePostal=75015,ville=Paris,telephone=<null>,portable=0622152439,fax=<null>,id=31],email=renaud.brault@yahoo.fr,id=11]}) return null in 101842 msec.
2004-08-28 15:05:18,164 DEBUG [org.springframework.transaction.interceptor.TransactionInterceptor] - Getting transaction for method 'findById' in class [com.euroflash.gestion.manager.AdresseManager]
2004-08-28 15:05:18,165 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Using transaction object [org.springframework.orm.hibernate.HibernateTransactionObject@d6ee0]
2004-08-28 15:05:18,165 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Creating new transaction
2004-08-28 15:05:18,165 DEBUG [org.springframework.orm.hibernate.SessionFactoryUtils] - Opening Hibernate session
2004-08-28 15:05:18,171 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Opened new session [net.sf.hibernate.impl.SessionImpl@ea6c92] for Hibernate transaction
2004-08-28 15:05:18,173 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Exposing Hibernate transaction as JDBC transaction [org.apache.commons.dbcp.PoolableConnection@1383eb]
2004-08-28 15:05:18,174 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Bound value [org.springframework.jdbc.datasource.ConnectionHolder@7dffde] for key [org.apache.commons.dbcp.BasicDataSource@e9fb74] to thread [main]
2004-08-28 15:05:18,174 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Bound value [org.springframework.orm.hibernate.SessionHolder@297ad9] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] to thread [main]
2004-08-28 15:05:18,174 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Initializing transaction synchronization
2004-08-28 15:05:18,201 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@297ad9] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] bound to thread [main]
2004-08-28 15:05:18,350 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@297ad9] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] bound to thread [main]
2004-08-28 15:05:18,952 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@297ad9] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] bound to thread [main]
2004-08-28 15:05:18,958 DEBUG [org.springframework.transaction.interceptor.TransactionInterceptor] - Invoking commit for transaction on method 'findById' in class [com.euroflash.gestion.manager.AdresseManager]
2004-08-28 15:05:18,963 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Triggering beforeCommit synchronization
2004-08-28 15:05:18,968 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Triggering beforeCompletion synchronization
2004-08-28 15:05:18,973 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Initiating transaction commit
2004-08-28 15:05:18,979 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Committing Hibernate transaction on session [net.sf.hibernate.impl.SessionImpl@ea6c92]
2004-08-28 15:05:18,987 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Triggering afterCompletion synchronization
2004-08-28 15:05:18,992 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Clearing transaction synchronization
2004-08-28 15:05:18,996 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Removed value [org.springframework.orm.hibernate.SessionHolder@297ad9] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] from thread [main]
2004-08-28 15:05:19,002 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Removed value [org.springframework.jdbc.datasource.ConnectionHolder@7dffde] for key [org.apache.commons.dbcp.BasicDataSource@e9fb74] from thread [main]
2004-08-28 15:05:19,007 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Closing Hibernate session [net.sf.hibernate.impl.SessionImpl@ea6c92] after transaction
2004-08-28 15:05:19,013 DEBUG [org.springframework.orm.hibernate.SessionFactoryUtils] - Closing Hibernate session
2004-08-28 15:05:19,021 INFO [com.euroflash.gestion.manager.ManagerExceptionHandler] - Execution de findById({31}) return com.euroflash.gestion.business.Adresse@4f23ae[adresse=19 rue de l'armorique,codePostal=75015,ville=Paris,telephone=<null>,portable=0622152439,fax=<null>,id=31] in 857 msec.
2004-08-28 15:05:19,087 DEBUG [org.springframework.transaction.interceptor.TransactionInterceptor] - Getting transaction for method 'findById' in class [com.euroflash.gestion.manager.PersonneManager]
2004-08-28 15:05:19,088 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Using transaction object [org.springframework.orm.hibernate.HibernateTransactionObject@fad2a1]
2004-08-28 15:05:19,089 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Creating new transaction
2004-08-28 15:05:19,089 DEBUG [org.springframework.orm.hibernate.SessionFactoryUtils] - Opening Hibernate session
2004-08-28 15:05:19,090 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Opened new session [net.sf.hibernate.impl.SessionImpl@1a7296] for Hibernate transaction
2004-08-28 15:05:19,125 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Exposing Hibernate transaction as JDBC transaction [org.apache.commons.dbcp.PoolableConnection@1383eb]
2004-08-28 15:05:19,126 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Bound value [org.springframework.jdbc.datasource.ConnectionHolder@58ff73] for key [org.apache.commons.dbcp.BasicDataSource@e9fb74] to thread [main]
2004-08-28 15:05:19,126 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Bound value [org.springframework.orm.hibernate.SessionHolder@eae719] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] to thread [main]
2004-08-28 15:05:19,126 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Initializing transaction synchronization
2004-08-28 15:05:19,127 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@eae719] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] bound to thread [main]
2004-08-28 15:05:19,128 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@eae719] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] bound to thread [main]
2004-08-28 15:05:19,183 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Retrieved value [org.springframework.orm.hibernate.SessionHolder@eae719] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] bound to thread [main]
2004-08-28 15:05:19,184 DEBUG [org.springframework.transaction.interceptor.TransactionInterceptor] - Invoking commit for transaction on method 'findById' in class [com.euroflash.gestion.manager.PersonneManager]
2004-08-28 15:05:19,184 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Triggering beforeCommit synchronization
2004-08-28 15:05:19,184 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Triggering beforeCompletion synchronization
2004-08-28 15:05:19,184 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Initiating transaction commit
2004-08-28 15:05:19,185 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Committing Hibernate transaction on session [net.sf.hibernate.impl.SessionImpl@1a7296]
2004-08-28 15:05:19,187 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Triggering afterCompletion synchronization
2004-08-28 15:05:19,187 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Clearing transaction synchronization
2004-08-28 15:05:19,189 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Removed value [org.springframework.orm.hibernate.SessionHolder@eae719] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] from thread [main]
2004-08-28 15:05:19,190 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Removed value [org.springframework.jdbc.datasource.ConnectionHolder@58ff73] for key [org.apache.commons.dbcp.BasicDataSource@e9fb74] from thread [main]
2004-08-28 15:05:19,191 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Closing Hibernate session [net.sf.hibernate.impl.SessionImpl@1a7296] after transaction
2004-08-28 15:05:19,191 DEBUG [org.springframework.orm.hibernate.SessionFactoryUtils] - Closing Hibernate session
2004-08-28 15:05:19,289 INFO [com.euroflash.gestion.manager.ManagerExceptionHandler] - Execution de findById({11}) return com.euroflash.gestion.business.Conta....business.Adresse@7e0f6[adresse=19 rue de l'armorique,codePostal=75015,ville=Paris,telephone=<null>,portable=0622152439,fax=<null>,id=31],email=renaud.brault@yahoo.fr,id=11] in 203 msec.
2004-08-28 15:05:19,290 DEBUG [org.springframework.transaction.interceptor.TransactionInterceptor] - Getting transaction for method 'save' in class [com.euroflash.gestion.manager.PersonneManager]
2004-08-28 15:05:19,290 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Using transaction object [org.springframework.orm.hibernate.HibernateTransactionObject@fa2e2e]
2004-08-28 15:05:19,290 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Creating new transaction
2004-08-28 15:05:19,291 DEBUG [org.springframework.orm.hibernate.SessionFactoryUtils] - Opening Hibernate session
2004-08-28 15:05:19,291 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Opened new session [net.sf.hibernate.impl.SessionImpl@ee0563] for Hibernate transaction
2004-08-28 15:05:19,294 DEBUG [org.springframework.orm.hibernate.HibernateTransactionManager] - Exposing Hibernate transaction as JDBC transaction [org.apache.commons.dbcp.PoolableConnection@1383eb]
2004-08-28 15:05:19,294 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Bound value [org.springframework.jdbc.datasource.ConnectionHolder@a3e311] for key [org.apache.commons.dbcp.BasicDataSource@e9fb74] to thread [main]
2004-08-28 15:05:19,295 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Bound value [org.springframework.orm.hibernate.SessionHolder@90a11e] for key [net.sf.hibernate.impl.SessionFactoryImpl@ebc11d] to thread [main]
2004-08-28 15:05:19,295 DEBUG [org.springframework.transaction.support.TransactionSynchronizationManager] - Initializing transaction synchronization