Code:
DEBUG SQL - insert into FREELANCERS (birthday, city, country, firstname, lastname, street, teleBusines, telePrivate, zipcode, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into FREELANCERS (birthday, city, country, firstname, lastname, street, teleBusines, telePrivate, zipcode, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
DEBUG AbstractBatcher - Executing batch size: 1
DEBUG Expectations - success of batch update unknown: 0
DEBUG AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
DEBUG AbstractBatcher - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
DEBUG SQL - insert into ACTIVITIES (company, description, time, id) values (?, ?, ?, ?)
Hibernate: insert into ACTIVITIES (company, description, time, id) values (?, ?, ?, ?)
DEBUG AbstractBatcher - Executing batch size: 1
DEBUG Expectations - success of batch update unknown: 0
DEBUG AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
DEBUG AbstractBatcher - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
DEBUG SQL - insert into SKILLS (description, overview, time, id) values (?, ?, ?, ?)
Hibernate: insert into SKILLS (description, overview, time, id) values (?, ?, ?, ?)
DEBUG AbstractBatcher - Executing batch size: 1
DEBUG Expectations - success of batch update unknown: 0
DEBUG AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
DEBUG AbstractCollectionPersister - Inserting collection: [dtp.f4f.bo.Freelancer.activities#57]
DEBUG AbstractBatcher - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
DEBUG SQL - update ACTIVITIES set FREELANCER_ID=?, ORDERNUMBER=? where id=?
Hibernate: update ACTIVITIES set FREELANCER_ID=?, ORDERNUMBER=? where id=?
DEBUG AbstractCollectionPersister - done inserting collection: 1 rows inserted
DEBUG AbstractCollectionPersister - Inserting collection: [dtp.f4f.bo.Freelancer.skills#57]
DEBUG AbstractBatcher - Executing batch size: 1
DEBUG Expectations - success of batch update unknown: 0
DEBUG AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
DEBUG AbstractBatcher - about to open PreparedStatement (open PreparedStatements: 0, globally: 0)
DEBUG SQL - update SKILLS set FREELANCER_ID=? where id=?
Hibernate: update SKILLS set FREELANCER_ID=? where id=?
DEBUG AbstractCollectionPersister - done inserting collection: 1 rows inserted
DEBUG AbstractBatcher - Executing batch size: 1
DEBUG Expectations - success of batch update unknown: 0
DEBUG AbstractBatcher - about to close PreparedStatement (open PreparedStatements: 1, globally: 1)
DEBUG JDBCTransaction - committed JDBC Connection
DEBUG ConnectionManager - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
DEBUG ConnectionManager - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
DEBUG ConnectionManager - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
DEBUG JDBCTransaction - rollback
DEBUG JDBCTransaction - rolled back JDBC Connection
DEBUG ConnectionManager - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
DEBUG ConnectionManager - releasing JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 0, globally: 0)]
DEBUG ConnectionManager - transaction completed on session with on_close connection release mode; be sure to close the session to release JDBC resources!
INFO TransactionalTestExecutionListener - Rolled back transaction after test execution for test context [[TestContext@eec137 testClass = FreelancerServiceTest, locations = array<String>['classpath:f4fApplicationContext.xml'], testInstance = dtp.f4f.service.FreelancerServiceTest@70f15e, testMethod = testRegisterFreelancer@FreelancerServiceTest, testException = [null]]].
INFO GenericApplicationContext - Closing org.springframework.context.support.GenericApplicationContext@43da1b: display name [org.springframework.context.support.GenericApplicationContext@43da1b]; startup date [Tue Apr 22 12:41:05 CEST 2008]; root of context hierarchy
INFO DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@857066: defining beans [sessionFactory,dataSource,f4fDaoAccessor,freelancerDao,skillDao,activityDao,f4fServiceAccessor,freelancerService,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.config.internalTransactionAdvisor,transactionManager,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor]; root of factory hierarchy
INFO AnnotationSessionFactoryBean - Closing Hibernate SessionFactory
INFO SessionFactoryImpl - closing