Build failed in Jenkins: sispea-ci » SISPEA Services #3967
http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/3967/-... [...truncated 258 lines...] ------------------------------------------------------- T E S T S ------------------------------------------------------- Running fr.onema.sispea.mapping.PersonTest log4j:WARN No appenders could be found for logger (org.springframework.test.context.junit4.SpringJUnit4ClassRunner). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. 2016-11-04 12:27:39,475 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:27:39,779 INFO MLog clients using slf4j logging. - com.mchange.v2.log.MLog:212 [MLog-Init-Reporter] 2016-11-04 12:27:39,876 INFO Initializing c3p0-0.9.5.2 [built 08-December-2015 22:06:04 -0800; debug? true; trace: 10] - com.mchange.v2.c3p0.C3P0Registry:212 [main] 2016-11-04 12:27:40,942 INFO HHH000412: Hibernate Core {5.2.4.Final} - org.hibernate.Version:45 [main] 2016-11-04 12:27:40,943 INFO HHH000206: hibernate.properties not found - org.hibernate.cfg.Environment:213 [main] 2016-11-04 12:27:40,945 INFO HHH000021: Bytecode provider name : javassist - org.hibernate.cfg.Environment:318 [main] 2016-11-04 12:27:43,598 INFO HCANN000001: Hibernate Commons Annotations {5.0.1.Final} - org.hibernate.annotations.common.Version:66 [main] 2016-11-04 12:27:50,721 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|512535ff, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|512535ff, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-PersonTest-testGetAllWithEmail-1478258836930,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:27:57,513 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:28:12,500 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|512535ff, dataSourceName -> 1hge14e9kd2esrg40ccn8|512535ff ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:28:26,561 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:28:34,885 INFO Began transaction (1) for test context [DefaultTestContext@5a1c0542 testClass = PersonTest, testInstance = fr.onema.sispea.mapping.PersonTest@1786dec2, testMethod = testGetAllWithEmail@PersonTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@396f6598 testClass = PersonTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@c412556]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:28:34,917 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:28:35,042 INFO Rolled back transaction for test context [DefaultTestContext@5a1c0542 testClass = PersonTest, testInstance = fr.onema.sispea.mapping.PersonTest@1786dec2, testMethod = testGetAllWithEmail@PersonTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@396f6598 testClass = PersonTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:28:35,043 INFO Closing org.springframework.context.support.GenericApplicationContext@307f6b8c: startup date [Fri Nov 04 12:26:59 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 98.657 sec - in fr.onema.sispea.mapping.PersonTest Running fr.onema.sispea.mapping.LotSpeaTest 2016-11-04 12:28:35,876 INFO Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-11-04 12:28:35,878 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-11-04 12:28:35,878 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6eaa6b0c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4afcae7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6cd2cb2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3a2bb026, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7645e64] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-11-04 12:28:39,344 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:28:39,345 INFO Refreshing org.springframework.context.support.GenericApplicationContext@7de6549d: startup date [Fri Nov 04 12:28:39 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:28:39,409 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:29:04,641 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:29:09,021 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|46524ebe, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|46524ebe, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-LotSpeaTest-testGetLotSpeaFromExerciseIdAndServiceId-1478258919423,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:29:09,092 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:29:20,707 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|46524ebe, dataSourceName -> 1hge14e9kd2esrg40ccn8|46524ebe ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:29:20,987 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:29:20,992 INFO Began transaction (1) for test context [DefaultTestContext@2e057637 testClass = LotSpeaTest, testInstance = fr.onema.sispea.mapping.LotSpeaTest@762f8ff6, testMethod = testGetLotSpeaFromExerciseIdAndServiceId@LotSpeaTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@77db231c testClass = LotSpeaTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@c7673ae]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:29:21,232 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:29:21,267 INFO Rolled back transaction for test context [DefaultTestContext@2e057637 testClass = LotSpeaTest, testInstance = fr.onema.sispea.mapping.LotSpeaTest@762f8ff6, testMethod = testGetLotSpeaFromExerciseIdAndServiceId@LotSpeaTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@77db231c testClass = LotSpeaTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:29:21,267 INFO Closing org.springframework.context.support.GenericApplicationContext@7de6549d: startup date [Fri Nov 04 12:28:39 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.362 sec - in fr.onema.sispea.mapping.LotSpeaTest Running fr.onema.sispea.mapping.SpeaTest 2016-11-04 12:29:21,275 INFO Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-11-04 12:29:21,276 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-11-04 12:29:21,276 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@e4348c0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4ca907af, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3ef396c9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5a99543b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4e0802e0] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-11-04 12:29:21,333 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:29:21,334 INFO Refreshing org.springframework.context.support.GenericApplicationContext@4a18e0f1: startup date [Fri Nov 04 12:29:21 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:29:21,388 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:31:13,567 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:31:13,968 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|462f8fe9, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|462f8fe9, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-SpeaTest-testGetSpeaFromCode-1478258961392,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:31:14,003 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:31:22,571 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|462f8fe9, dataSourceName -> 1hge14e9kd2esrg40ccn8|462f8fe9 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:31:27,837 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:31:27,841 INFO Began transaction (1) for test context [DefaultTestContext@60317de8 testClass = SpeaTest, testInstance = fr.onema.sispea.mapping.SpeaTest@363e2009, testMethod = testGetSpeaFromCode@SpeaTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@389a9ff6 testClass = SpeaTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@22bca04e]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:31:27,842 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:31:29,785 INFO Rolled back transaction for test context [DefaultTestContext@60317de8 testClass = SpeaTest, testInstance = fr.onema.sispea.mapping.SpeaTest@363e2009, testMethod = testGetSpeaFromCode@SpeaTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@389a9ff6 testClass = SpeaTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:31:29,786 INFO Closing org.springframework.context.support.GenericApplicationContext@4a18e0f1: startup date [Fri Nov 04 12:29:21 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 128.518 sec - in fr.onema.sispea.mapping.SpeaTest Running fr.onema.sispea.mapping.OrganismTest 2016-11-04 12:31:29,794 INFO Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-11-04 12:31:29,794 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-11-04 12:31:29,795 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@68c3aa38, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1196537d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@267a8777, org.springframework.test.context.transaction.TransactionalTestExecutionListener@175c26ff, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@623bdc46] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-11-04 12:31:29,876 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:31:29,877 INFO Refreshing org.springframework.context.support.GenericApplicationContext@411576c7: startup date [Fri Nov 04 12:31:29 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:31:29,922 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:31:45,136 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:31:51,913 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|4f3b11e6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|4f3b11e6, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-OrganismTest-testGetTerritory-1478259089925,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:31:52,005 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:31:58,433 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|4f3b11e6, dataSourceName -> 1hge14e9kd2esrg40ccn8|4f3b11e6 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:31:58,702 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:31:58,709 INFO Began transaction (1) for test context [DefaultTestContext@24df4805 testClass = OrganismTest, testInstance = fr.onema.sispea.mapping.OrganismTest@3bbc8c82, testMethod = testGetTerritory@OrganismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73625632 testClass = OrganismTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@1ccdbae4]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:31:59,309 INFO Rolled back transaction for test context [DefaultTestContext@24df4805 testClass = OrganismTest, testInstance = fr.onema.sispea.mapping.OrganismTest@3bbc8c82, testMethod = testGetTerritory@OrganismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73625632 testClass = OrganismTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:31:59,310 INFO Closing org.springframework.context.support.GenericApplicationContext@411576c7: startup date [Fri Nov 04 12:31:29 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-11-04 12:31:59,397 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:31:59,397 INFO Refreshing org.springframework.context.support.GenericApplicationContext@49c74506: startup date [Fri Nov 04 12:31:59 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:31:59,439 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:32:44,201 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:32:44,567 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|5d8cbb32, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|5d8cbb32, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-OrganismTest-testGetTerritoryOnAllDdts-1478259119442,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:32:45,257 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:32:59,818 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|5d8cbb32, dataSourceName -> 1hge14e9kd2esrg40ccn8|5d8cbb32 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:33:05,418 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:33:05,425 INFO Began transaction (1) for test context [DefaultTestContext@24df4805 testClass = OrganismTest, testInstance = fr.onema.sispea.mapping.OrganismTest@2539ab41, testMethod = testGetTerritoryOnAllDdts@OrganismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73625632 testClass = OrganismTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@29922188]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:33:05,426 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:33:07,339 INFO Rolled back transaction for test context [DefaultTestContext@24df4805 testClass = OrganismTest, testInstance = fr.onema.sispea.mapping.OrganismTest@2539ab41, testMethod = testGetTerritoryOnAllDdts@OrganismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73625632 testClass = OrganismTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:33:07,340 INFO Closing org.springframework.context.support.GenericApplicationContext@49c74506: startup date [Fri Nov 04 12:31:59 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-11-04 12:33:07,390 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:33:07,390 INFO Refreshing org.springframework.context.support.GenericApplicationContext@301da01d: startup date [Fri Nov 04 12:33:07 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:33:07,444 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:33:07,589 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:33:14,475 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|d8a5846, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|d8a5846, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-OrganismTest-testGetByGspIdAndTypeOrganismWithinGivenDdt-1478259187447,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:33:14,518 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:33:19,161 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|d8a5846, dataSourceName -> 1hge14e9kd2esrg40ccn8|d8a5846 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:33:19,365 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:33:19,368 INFO Began transaction (1) for test context [DefaultTestContext@24df4805 testClass = OrganismTest, testInstance = fr.onema.sispea.mapping.OrganismTest@6c5abd8f, testMethod = testGetByGspIdAndTypeOrganismWithinGivenDdt@OrganismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73625632 testClass = OrganismTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@7ef59e5d]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:33:19,370 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:33:19,456 INFO Rolled back transaction for test context [DefaultTestContext@24df4805 testClass = OrganismTest, testInstance = fr.onema.sispea.mapping.OrganismTest@6c5abd8f, testMethod = testGetByGspIdAndTypeOrganismWithinGivenDdt@OrganismTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@73625632 testClass = OrganismTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:33:19,456 INFO Closing org.springframework.context.support.GenericApplicationContext@301da01d: startup date [Fri Nov 04 12:33:07 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 106.205 sec - in fr.onema.sispea.mapping.OrganismTest Running fr.onema.sispea.mapping.DdtTest 2016-11-04 12:33:19,461 INFO Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-11-04 12:33:19,461 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-11-04 12:33:19,461 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@149a793a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@681ae1ce, org.springframework.test.context.support.DirtiesContextTestExecutionListener@44d39d83, org.springframework.test.context.transaction.TransactionalTestExecutionListener@27bbd688, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@60af38ec] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-11-04 12:33:19,501 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:33:19,501 INFO Refreshing org.springframework.context.support.GenericApplicationContext@5f84a1a6: startup date [Fri Nov 04 12:33:19 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:33:19,539 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:33:19,544 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:33:19,946 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|1c761232, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|1c761232, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-DdtTest-testDdtNamePattern-1478259199542,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:33:19,953 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:33:20,366 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|1c761232, dataSourceName -> 1hge14e9kd2esrg40ccn8|1c761232 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:33:20,567 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:33:20,571 INFO Began transaction (1) for test context [DefaultTestContext@6f2f9ba4 testClass = DdtTest, testInstance = fr.onema.sispea.mapping.DdtTest@5ff9bed6, testMethod = testDdtNamePattern@DdtTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@a57734e testClass = DdtTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@94af25]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:33:20,573 INFO Rolled back transaction for test context [DefaultTestContext@6f2f9ba4 testClass = DdtTest, testInstance = fr.onema.sispea.mapping.DdtTest@5ff9bed6, testMethod = testDdtNamePattern@DdtTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@a57734e testClass = DdtTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:33:20,573 INFO Closing org.springframework.context.support.GenericApplicationContext@5f84a1a6: startup date [Fri Nov 04 12:33:19 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-11-04 12:33:20,614 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:33:20,614 INFO Refreshing org.springframework.context.support.GenericApplicationContext@4be4680b: startup date [Fri Nov 04 12:33:20 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:33:20,653 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:33:21,811 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:33:27,747 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|2429992a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|2429992a, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-DdtTest-testDdtNames-1478259200656,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:33:27,777 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:33:32,566 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|2429992a, dataSourceName -> 1hge14e9kd2esrg40ccn8|2429992a ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:33:32,752 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:33:32,763 INFO Began transaction (1) for test context [DefaultTestContext@6f2f9ba4 testClass = DdtTest, testInstance = fr.onema.sispea.mapping.DdtTest@f233eb6, testMethod = testDdtNames@DdtTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@a57734e testClass = DdtTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@49b6704a]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:33:32,764 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:33:32,886 INFO Rolled back transaction for test context [DefaultTestContext@6f2f9ba4 testClass = DdtTest, testInstance = fr.onema.sispea.mapping.DdtTest@f233eb6, testMethod = testDdtNames@DdtTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@a57734e testClass = DdtTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:33:32,888 INFO Closing org.springframework.context.support.GenericApplicationContext@4be4680b: startup date [Fri Nov 04 12:33:20 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.45 sec - in fr.onema.sispea.mapping.DdtTest Running fr.onema.sispea.mapping.TerritoryTest 2016-11-04 12:33:32,920 INFO Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-11-04 12:33:32,920 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-11-04 12:33:32,921 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@55aa6fd0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4560dbd2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4776f6af, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4d089dcd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4b5aaf53] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-11-04 12:33:32,997 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:33:32,998 INFO Refreshing org.springframework.context.support.GenericApplicationContext@8a743a1: startup date [Fri Nov 04 12:33:32 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:33:33,035 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:33:37,493 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:33:37,898 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|4da1d61b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|4da1d61b, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-TerritoryTest-testGetTerritoriesFromType-1478259213038,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:33:38,352 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:33:44,131 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|4da1d61b, dataSourceName -> 1hge14e9kd2esrg40ccn8|4da1d61b ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:33:44,376 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:33:44,385 INFO Began transaction (1) for test context [DefaultTestContext@44ebf052 testClass = TerritoryTest, testInstance = fr.onema.sispea.mapping.TerritoryTest@459dea3e, testMethod = testGetTerritoriesFromType@TerritoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7604ce58 testClass = TerritoryTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@4b8c6dbc]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:33:44,386 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:33:44,399 INFO Rolled back transaction for test context [DefaultTestContext@44ebf052 testClass = TerritoryTest, testInstance = fr.onema.sispea.mapping.TerritoryTest@459dea3e, testMethod = testGetTerritoriesFromType@TerritoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7604ce58 testClass = TerritoryTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:33:44,399 INFO Closing org.springframework.context.support.GenericApplicationContext@8a743a1: startup date [Fri Nov 04 12:33:32 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.503 sec - in fr.onema.sispea.mapping.TerritoryTest Running fr.onema.sispea.mapping.IpTest 2016-11-04 12:33:44,423 INFO Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-11-04 12:33:44,433 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-11-04 12:33:44,434 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3b8bb9a0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@55fd98e2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@65a9e8d7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@49f2b6ca, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2fd250ed] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-11-04 12:33:44,570 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:33:44,571 INFO Refreshing org.springframework.context.support.GenericApplicationContext@16d1f77d: startup date [Fri Nov 04 12:33:44 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:33:44,643 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:33:55,921 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:33:56,453 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|73f9b9a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|73f9b9a, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-IpTest-testGetIpsFromCompetenceAndMinScale-1478259224646,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:33:56,522 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:34:08,494 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|73f9b9a, dataSourceName -> 1hge14e9kd2esrg40ccn8|73f9b9a ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:34:08,694 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:34:08,697 INFO Began transaction (1) for test context [DefaultTestContext@338bea5c testClass = IpTest, testInstance = fr.onema.sispea.mapping.IpTest@622969ff, testMethod = testGetIpsFromCompetenceAndMinScale@IpTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e78383c testClass = IpTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@109003d0]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:34:08,698 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:34:08,711 INFO Rolled back transaction for test context [DefaultTestContext@338bea5c testClass = IpTest, testInstance = fr.onema.sispea.mapping.IpTest@622969ff, testMethod = testGetIpsFromCompetenceAndMinScale@IpTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e78383c testClass = IpTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:34:08,712 INFO Closing org.springframework.context.support.GenericApplicationContext@16d1f77d: startup date [Fri Nov 04 12:33:44 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-11-04 12:34:08,749 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:34:08,749 INFO Refreshing org.springframework.context.support.GenericApplicationContext@de63894: startup date [Fri Nov 04 12:34:08 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:34:08,786 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:34:19,198 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:34:19,612 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|6ab1860, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|6ab1860, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-IpTest-testGetIpsFromCompetence-1478259248789,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:34:19,656 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:34:31,244 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|6ab1860, dataSourceName -> 1hge14e9kd2esrg40ccn8|6ab1860 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:34:31,438 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:34:31,441 INFO Began transaction (1) for test context [DefaultTestContext@338bea5c testClass = IpTest, testInstance = fr.onema.sispea.mapping.IpTest@2a9cbc23, testMethod = testGetIpsFromCompetence@IpTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e78383c testClass = IpTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@3d1b13a]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:34:31,441 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:34:31,448 INFO Rolled back transaction for test context [DefaultTestContext@338bea5c testClass = IpTest, testInstance = fr.onema.sispea.mapping.IpTest@2a9cbc23, testMethod = testGetIpsFromCompetence@IpTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e78383c testClass = IpTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:34:31,449 INFO Closing org.springframework.context.support.GenericApplicationContext@de63894: startup date [Fri Nov 04 12:34:08 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-11-04 12:34:31,489 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:34:31,490 INFO Refreshing org.springframework.context.support.GenericApplicationContext@7ffefe13: startup date [Fri Nov 04 12:34:31 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:34:31,525 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:34:43,084 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:34:52,997 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|30425f0e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|30425f0e, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-IpTest-testGetIpFromCode-1478259271528,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:34:58,354 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:35:06,198 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|30425f0e, dataSourceName -> 1hge14e9kd2esrg40ccn8|30425f0e ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:35:16,391 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:35:16,394 INFO Began transaction (1) for test context [DefaultTestContext@338bea5c testClass = IpTest, testInstance = fr.onema.sispea.mapping.IpTest@15092cac, testMethod = testGetIpFromCode@IpTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e78383c testClass = IpTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@227be37c]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:35:16,395 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:35:16,637 INFO Rolled back transaction for test context [DefaultTestContext@338bea5c testClass = IpTest, testInstance = fr.onema.sispea.mapping.IpTest@15092cac, testMethod = testGetIpFromCode@IpTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e78383c testClass = IpTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:35:16,637 INFO Closing org.springframework.context.support.GenericApplicationContext@7ffefe13: startup date [Fri Nov 04 12:34:31 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-11-04 12:35:16,799 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:35:16,799 INFO Refreshing org.springframework.context.support.GenericApplicationContext@7eaedcbf: startup date [Fri Nov 04 12:35:16 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:35:16,882 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:35:30,453 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:35:31,695 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|7994663, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|7994663, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-IpTest-testGetIps-1478259316890,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:35:32,619 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:35:37,030 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|7994663, dataSourceName -> 1hge14e9kd2esrg40ccn8|7994663 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:35:37,197 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:35:37,200 INFO Began transaction (1) for test context [DefaultTestContext@338bea5c testClass = IpTest, testInstance = fr.onema.sispea.mapping.IpTest@76ec5b3, testMethod = testGetIps@IpTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e78383c testClass = IpTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@52a08618]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:35:37,201 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:35:37,209 INFO Rolled back transaction for test context [DefaultTestContext@338bea5c testClass = IpTest, testInstance = fr.onema.sispea.mapping.IpTest@76ec5b3, testMethod = testGetIps@IpTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6e78383c testClass = IpTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:35:37,209 INFO Closing org.springframework.context.support.GenericApplicationContext@7eaedcbf: startup date [Fri Nov 04 12:35:16 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 112.796 sec - in fr.onema.sispea.mapping.IpTest Running fr.onema.sispea.mapping.ExerciseTest 2016-11-04 12:35:37,216 INFO Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-11-04 12:35:37,216 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-11-04 12:35:37,216 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7447e4aa, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@12b4f3a6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@39db0f18, org.springframework.test.context.transaction.TransactionalTestExecutionListener@69dc1291, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2275d9b4] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-11-04 12:35:37,256 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:35:37,257 INFO Refreshing org.springframework.context.support.GenericApplicationContext@17e9379f: startup date [Fri Nov 04 12:35:37 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:35:37,292 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:35:38,358 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:35:38,620 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|92078b5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|92078b5, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-ExerciseTest-testGetExerciseFromYear-1478259337296,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:35:38,634 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:35:44,267 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|92078b5, dataSourceName -> 1hge14e9kd2esrg40ccn8|92078b5 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:35:53,435 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:36:04,233 INFO Began transaction (1) for test context [DefaultTestContext@2cd7c77e testClass = ExerciseTest, testInstance = fr.onema.sispea.mapping.ExerciseTest@159ff111, testMethod = testGetExerciseFromYear@ExerciseTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6c81dde5 testClass = ExerciseTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@1257c828]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:36:04,239 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:36:04,242 INFO Rolled back transaction for test context [DefaultTestContext@2cd7c77e testClass = ExerciseTest, testInstance = fr.onema.sispea.mapping.ExerciseTest@159ff111, testMethod = testGetExerciseFromYear@ExerciseTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6c81dde5 testClass = ExerciseTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:36:04,243 INFO Closing org.springframework.context.support.GenericApplicationContext@17e9379f: startup date [Fri Nov 04 12:35:37 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-11-04 12:36:04,293 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:36:04,294 INFO Refreshing org.springframework.context.support.GenericApplicationContext@2f53764e: startup date [Fri Nov 04 12:36:04 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:36:04,355 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:42:44,143 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:42:45,385 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|63ddb044, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|63ddb044, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-ExerciseTest-testGetExercisesFromIds-1478259364358,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:42:46,773 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:43:26,009 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|63ddb044, dataSourceName -> 1hge14e9kd2esrg40ccn8|63ddb044 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:43:26,569 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:43:31,686 INFO Began transaction (1) for test context [DefaultTestContext@2cd7c77e testClass = ExerciseTest, testInstance = fr.onema.sispea.mapping.ExerciseTest@18dd1645, testMethod = testGetExercisesFromIds@ExerciseTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6c81dde5 testClass = ExerciseTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@79b2d75b]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-11-04 12:43:32,337 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-11-04 12:43:32,816 INFO Rolled back transaction for test context [DefaultTestContext@2cd7c77e testClass = ExerciseTest, testInstance = fr.onema.sispea.mapping.ExerciseTest@18dd1645, testMethod = testGetExercisesFromIds@ExerciseTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6c81dde5 testClass = ExerciseTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-11-04 12:43:32,817 INFO Closing org.springframework.context.support.GenericApplicationContext@2f53764e: startup date [Fri Nov 04 12:36:04 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 475.606 sec - in fr.onema.sispea.mapping.ExerciseTest Running fr.onema.sispea.serviceng.mail.ImmutableSispeaMailTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in fr.onema.sispea.serviceng.mail.ImmutableSispeaMailTest Running fr.onema.sispea.serviceng.DocumentConversionServiceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in fr.onema.sispea.serviceng.DocumentConversionServiceTest Running fr.onema.sispea.serviceng.referential.population.PopulationImportServiceTest 2016-11-04 12:43:33,250 INFO Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-11-04 12:43:33,251 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-11-04 12:43:33,251 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3f7e3d48, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@285f3f32, org.springframework.test.context.support.DirtiesContextTestExecutionListener@662f5d78, org.springframework.test.context.transaction.TransactionalTestExecutionListener@69e12888, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@273bcc81] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-11-04 12:43:34,167 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-11-04 12:43:34,167 INFO Refreshing org.springframework.context.support.GenericApplicationContext@764cc1fb: startup date [Fri Nov 04 12:43:34 CET 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-11-04 12:43:36,229 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2184 [main] 2016-11-04 12:49:09,044 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-11-04 12:49:09,718 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9kd2esrg40ccn8|2feff6ec, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9kd2esrg40ccn8|2feff6ec, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-ci/fr.onema$sispea-service/ws/target/surefire-workdir/test-PopulationImportServiceTest-importFromCsv-1478259816263,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-11-04 12:49:11,405 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-11-04 12:49:21,180 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9kd2esrg40ccn8|2feff6ec, dataSourceName -> 1hge14e9kd2esrg40ccn8|2feff6ec ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-11-04 12:49:21,431 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-11-04 12:49:21,470 INFO Began transaction (1) for test context [DefaultTestContext@1ee379e0 testClass = PopulationImportServiceTest, testInstance = fr.onema.sispea.serviceng.referential.population.PopulationImportServiceTest@2820c8f2, testMethod = importFromCsv@PopulationImportServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2833ab19 testClass = PopulationImportServiceTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@29dea04f]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] Results : Tests run: 25, Failures: 0, Errors: 0, Skipped: 1 [JENKINS] Recording test results [JENKINS] Archiving disabled
participants (1)
-
admin+ci-codelutin.com@codelutin.com