õ10:06:47,202  INFO Test worker annotation.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@317a22e0: startup date [Thu Mar 23 10:06:47 CDT 2017]; root of context hierarchy
æ10:06:47,849  WARN Test worker annotation.ConfigurationClassEnhancer - @Bean method ScopeConfiguration.stepScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
å10:06:47,894  WARN Test worker annotation.ConfigurationClassEnhancer - @Bean method ScopeConfiguration.jobScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
10:06:47,921  INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
€10:06:48,466  WARN Test worker annotation.DefaultBatchConfigurer - No datasource was provided...using a Map based JobRepository
}10:06:48,532  INFO Test worker support.SimpleJobLauncher - No TaskExecutor has been set, defaulting to synchronous executor.
–10:06:48,610  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=888242}]
O10:06:48,652  INFO Test worker job.SimpleStepHandler - Executing step: [step1]
½10:06:48,700  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=888242}] and the following status: [COMPLETED]
 ú10:06:48,812  INFO Test worker support.DefaultTestContextBootstrapper - 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]
 Û10:06:48,824  INFO Test worker support.DefaultTestContextBootstrapper - 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]
 ¦10:06:48,837  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4a20329d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4df8d749, org.springframework.test.context.support.DirtiesContextTestExecutionListener@65691cbf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5207a7a3, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@19f8c3a4]
 •10:06:48,877  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
 10:06:49,097  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [data-source-context.xml]
 Ý10:06:49,170  INFO Test worker support.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@7ff6d011: startup date [Thu Mar 23 10:06:49 CDT 2017]; root of context hierarchy
 10:06:49,410  INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
 }10:06:50,935  INFO Test worker support.SimpleJobLauncher - No TaskExecutor has been set, defaulting to synchronous executor.
 ¥10:06:51,691  INFO Test worker support.AbstractContextLoader - Detected default resource location "classpath:org/springframework/batch/test/JobScopeTestExecutionListenerIntegrationTests-context.xml" for test class [org.springframework.batch.test.JobScopeTestExecutionListenerIntegrationTests]
 Ê10:06:51,697  INFO Test worker support.AbstractDelegatingSmartContextLoader - GenericXmlContextLoader detected default locations for context configuration [ContextConfigurationAttributes@4ce2773a declaringClass = 'org.springframework.batch.test.JobScopeTestExecutionListenerIntegrationTests', classes = '{}', locations = '{classpath:org/springframework/batch/test/JobScopeTestExecutionListenerIntegrationTests-context.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
 ë10:06:51,700  INFO Test worker support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.batch.test.JobScopeTestExecutionListenerIntegrationTests]: JobScopeTestExecutionListenerIntegrationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
 Š10:06:51,707  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@696c6f3b, org.springframework.batch.test.JobScopeTestExecutionListener@649c52ab]
 Î10:06:51,709  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [org/springframework/batch/test/JobScopeTestExecutionListenerIntegrationTests-context.xml]
 Ý10:06:51,849  INFO Test worker support.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@3ae5018a: startup date [Thu Mar 23 10:06:51 CDT 2017]; root of context hierarchy
 ä10:06:51,890  INFO Test worker support.DefaultListableBeanFactory - Overriding bean definition for bean 'reader' with a different definition: replacing [Generic bean: class [org.springframework.batch.item.file.FlatFileItemReader]; scope=job; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/springframework/batch/test/JobScopeTestExecutionListenerIntegrationTests-context.xml]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/batch/test/JobScopeTestExecutionListenerIntegrationTests-context.xml]]
 10:06:51,907  INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
10:06:52,232  INFO Test worker support.AbstractContextLoader - Detected default resource location "classpath:org/springframework/batch/test/JobScopeTestExecutionListenerTests-context.xml" for test class [org.springframework.batch.test.JobScopeTestExecutionListenerTests]
³10:06:52,232  INFO Test worker support.AbstractDelegatingSmartContextLoader - GenericXmlContextLoader detected default locations for context configuration [ContextConfigurationAttributes@c03aa21 declaringClass = 'org.springframework.batch.test.JobScopeTestExecutionListenerTests', classes = '{}', locations = '{classpath:org/springframework/batch/test/JobScopeTestExecutionListenerTests-context.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
Õ10:06:52,233  INFO Test worker support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.batch.test.JobScopeTestExecutionListenerTests]: JobScopeTestExecutionListenerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
ú10:06:52,235  INFO Test worker support.DefaultTestContextBootstrapper - 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]
Û10:06:52,236  INFO Test worker support.DefaultTestContextBootstrapper - 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]
¦10:06:52,236  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4998b216, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@509a2245, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7b0ef410, org.springframework.test.context.transaction.TransactionalTestExecutionListener@148b831d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@188f8b98]
Ã10:06:52,237  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [org/springframework/batch/test/JobScopeTestExecutionListenerTests-context.xml]
Ý10:06:52,270  INFO Test worker support.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@19060ac6: startup date [Thu Mar 23 10:06:52 CDT 2017]; root of context hierarchy
10:06:52,272  INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
10:06:52,308  INFO Test worker support.AbstractContextLoader - Detected default resource location "classpath:org/springframework/batch/test/JobScopeTestExecutionListenerTests-context.xml" for test class [org.springframework.batch.test.JobScopeTestExecutionListenerTests]
´10:06:52,309  INFO Test worker support.AbstractDelegatingSmartContextLoader - GenericXmlContextLoader detected default locations for context configuration [ContextConfigurationAttributes@3d861273 declaringClass = 'org.springframework.batch.test.JobScopeTestExecutionListenerTests', classes = '{}', locations = '{classpath:org/springframework/batch/test/JobScopeTestExecutionListenerTests-context.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
Õ10:06:52,309  INFO Test worker support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.batch.test.JobScopeTestExecutionListenerTests]: JobScopeTestExecutionListenerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
ú10:06:52,312  INFO Test worker support.DefaultTestContextBootstrapper - 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]
Û10:06:52,313  INFO Test worker support.DefaultTestContextBootstrapper - 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]
¥10:06:52,313  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@8766b76, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7435a639, org.springframework.test.context.support.DirtiesContextTestExecutionListener@61315680, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1a4950a8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@21dfb54c]
10:06:52,316  INFO Test worker support.AbstractContextLoader - Detected default resource location "classpath:org/springframework/batch/test/JobScopeTestExecutionListenerTests-context.xml" for test class [org.springframework.batch.test.JobScopeTestExecutionListenerTests]
´10:06:52,316  INFO Test worker support.AbstractDelegatingSmartContextLoader - GenericXmlContextLoader detected default locations for context configuration [ContextConfigurationAttributes@7882db20 declaringClass = 'org.springframework.batch.test.JobScopeTestExecutionListenerTests', classes = '{}', locations = '{classpath:org/springframework/batch/test/JobScopeTestExecutionListenerTests-context.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
Õ10:06:52,316  INFO Test worker support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.batch.test.JobScopeTestExecutionListenerTests]: JobScopeTestExecutionListenerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
ú10:06:52,319  INFO Test worker support.DefaultTestContextBootstrapper - 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]
Û10:06:52,320  INFO Test worker support.DefaultTestContextBootstrapper - 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]
¦10:06:52,320  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3355bc96, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@12be914b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5e0799c3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4c156b7f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@523acf67]
+ ú10:06:52,345  INFO Test worker support.DefaultTestContextBootstrapper - 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]
+ Û10:06:52,346  INFO Test worker support.DefaultTestContextBootstrapper - 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]
+ ¥10:06:52,346  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5efdc493, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4240073a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@437a56e2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@31e2b5f1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@10b3602]
+ •10:06:52,347  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
+ 10:06:52,372  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [data-source-context.xml]
+ Œ10:06:52,399  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [job-runner-context.xml]
+ Œ10:06:52,441  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jobs/sampleFlowJob.xml]
+ ‹10:06:52,473  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jobs/sample-steps.xml]
+ Ý10:06:52,529  INFO Test worker support.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@433098ce: startup date [Thu Mar 23 10:06:52 CDT 2017]; root of context hierarchy
+ 10:06:52,593  INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
+ }10:06:52,659  INFO Test worker support.SimpleJobLauncher - No TaskExecutor has been set, defaulting to synchronous executor.
+,š10:06:52,834  INFO Test worker support.SimpleJobLauncher - Job: [FlowJob: [name=sampleFlowJob]] launched with the following parameters: [{random=325193}]
+,O10:06:52,852  INFO Test worker job.SimpleStepHandler - Executing step: [step1]
+,O10:06:52,880  INFO Test worker job.SimpleStepHandler - Executing step: [step2]
+,O10:06:52,910  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+,O10:06:52,914  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+,Á10:06:52,925  INFO Test worker support.SimpleJobLauncher - Job: [FlowJob: [name=sampleFlowJob]] completed with the following parameters: [{random=325193}] and the following status: [COMPLETED]
+-–10:06:52,942  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=998011}]
+-O10:06:52,953  INFO Test worker job.SimpleStepHandler - Executing step: [step2]
+-½10:06:52,969  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=998011}] and the following status: [COMPLETED]
+.z10:06:52,972  INFO Test worker statements.SpringRepeat - Repetition 1 of test AbstractSampleJobTests#testStep3Execution()
+.–10:06:52,982  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=445775}]
+.O10:06:52,991  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+.O10:06:52,998  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+.½10:06:53,009  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=445775}] and the following status: [COMPLETED]
+.z10:06:53,010  INFO Test worker statements.SpringRepeat - Repetition 2 of test AbstractSampleJobTests#testStep3Execution()
+.–10:06:53,021  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=190845}]
+.O10:06:53,032  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+.O10:06:53,035  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+.½10:06:53,045  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=190845}] and the following status: [COMPLETED]
+.z10:06:53,046  INFO Test worker statements.SpringRepeat - Repetition 3 of test AbstractSampleJobTests#testStep3Execution()
+.•10:06:53,056  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=81977}]
+.O10:06:53,067  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+.O10:06:53,071  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+.¼10:06:53,082  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=81977}] and the following status: [COMPLETED]
+.z10:06:53,084  INFO Test worker statements.SpringRepeat - Repetition 4 of test AbstractSampleJobTests#testStep3Execution()
+.–10:06:53,092  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=162195}]
+.O10:06:53,103  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+.O10:06:53,106  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+.½10:06:53,114  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=162195}] and the following status: [COMPLETED]
+.z10:06:53,115  INFO Test worker statements.SpringRepeat - Repetition 5 of test AbstractSampleJobTests#testStep3Execution()
+.•10:06:53,121  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=92786}]
+.O10:06:53,131  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+.O10:06:53,134  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+.¼10:06:53,143  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=92786}] and the following status: [COMPLETED]
+.z10:06:53,144  INFO Test worker statements.SpringRepeat - Repetition 6 of test AbstractSampleJobTests#testStep3Execution()
+.–10:06:53,150  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=952375}]
+.O10:06:53,159  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+.O10:06:53,163  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+.½10:06:53,172  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=952375}] and the following status: [COMPLETED]
+.z10:06:53,173  INFO Test worker statements.SpringRepeat - Repetition 7 of test AbstractSampleJobTests#testStep3Execution()
+.–10:06:53,181  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=733571}]
+.O10:06:53,189  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+.O10:06:53,193  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+.½10:06:53,202  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=733571}] and the following status: [COMPLETED]
+.z10:06:53,203  INFO Test worker statements.SpringRepeat - Repetition 8 of test AbstractSampleJobTests#testStep3Execution()
+.–10:06:53,210  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=633432}]
+.O10:06:53,218  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+.O10:06:53,222  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+.½10:06:53,229  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=633432}] and the following status: [COMPLETED]
+.z10:06:53,231  INFO Test worker statements.SpringRepeat - Repetition 9 of test AbstractSampleJobTests#testStep3Execution()
+.–10:06:53,237  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=360363}]
+.O10:06:53,247  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+.O10:06:53,250  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+.½10:06:53,257  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=360363}] and the following status: [COMPLETED]
+.{10:06:53,258  INFO Test worker statements.SpringRepeat - Repetition 10 of test AbstractSampleJobTests#testStep3Execution()
+.–10:06:53,265  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=876283}]
+.O10:06:53,274  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
+.O10:06:53,277  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
+.½10:06:53,284  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=876283}] and the following status: [COMPLETED]
+/–10:06:53,292  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=355234}]
+/O10:06:53,300  INFO Test worker job.SimpleStepHandler - Executing step: [step2]
+/½10:06:53,311  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=355234}] and the following status: [COMPLETED]
+1–10:06:53,323  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=205718}]
+1O10:06:53,330  INFO Test worker job.SimpleStepHandler - Executing step: [step1]
+1½10:06:53,341  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=205718}] and the following status: [COMPLETED]
2 ú10:06:53,350  INFO Test worker support.DefaultTestContextBootstrapper - 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]
2 Û10:06:53,351  INFO Test worker support.DefaultTestContextBootstrapper - 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]
2 ¤10:06:53,351  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@c67e3ff, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2b7f89c9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a41ecd8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3ef11c05, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@d3a783f]
2 •10:06:53,353  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
2 10:06:53,370  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [data-source-context.xml]
2 Œ10:06:53,387  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [job-runner-context.xml]
2 Ž10:06:53,408  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jobs/sampleSimpleJob.xml]
2 ‹10:06:53,419  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jobs/sample-steps.xml]
2 Ý10:06:53,443  INFO Test worker support.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@5adc9990: startup date [Thu Mar 23 10:06:53 CDT 2017]; root of context hierarchy
2 10:06:53,500  INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2 }10:06:53,557  INFO Test worker support.SimpleJobLauncher - No TaskExecutor has been set, defaulting to synchronous executor.
23˜10:06:53,631  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=sampleJob]] launched with the following parameters: [{random=176767}]
23O10:06:53,641  INFO Test worker job.SimpleStepHandler - Executing step: [step1]
23O10:06:53,655  INFO Test worker job.SimpleStepHandler - Executing step: [step2]
23O10:06:53,670  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
23O10:06:53,672  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
23¿10:06:53,680  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=sampleJob]] completed with the following parameters: [{random=176767}] and the following status: [COMPLETED]
24–10:06:53,689  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=613013}]
24O10:06:53,696  INFO Test worker job.SimpleStepHandler - Executing step: [step2]
24½10:06:53,706  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=613013}] and the following status: [COMPLETED]
25z10:06:53,708  INFO Test worker statements.SpringRepeat - Repetition 1 of test AbstractSampleJobTests#testStep3Execution()
25–10:06:53,715  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=845329}]
25O10:06:53,722  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
25O10:06:53,726  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
25½10:06:53,735  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=845329}] and the following status: [COMPLETED]
25z10:06:53,736  INFO Test worker statements.SpringRepeat - Repetition 2 of test AbstractSampleJobTests#testStep3Execution()
25–10:06:53,744  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=512894}]
25O10:06:53,752  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
25O10:06:53,755  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
25½10:06:53,761  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=512894}] and the following status: [COMPLETED]
25z10:06:53,762  INFO Test worker statements.SpringRepeat - Repetition 3 of test AbstractSampleJobTests#testStep3Execution()
25–10:06:53,770  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=866318}]
25O10:06:53,778  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
25O10:06:53,781  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
25½10:06:53,788  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=866318}] and the following status: [COMPLETED]
25z10:06:53,789  INFO Test worker statements.SpringRepeat - Repetition 4 of test AbstractSampleJobTests#testStep3Execution()
25–10:06:53,797  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=283436}]
25O10:06:53,804  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
25O10:06:53,806  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
25½10:06:53,814  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=283436}] and the following status: [COMPLETED]
25z10:06:53,814  INFO Test worker statements.SpringRepeat - Repetition 5 of test AbstractSampleJobTests#testStep3Execution()
25•10:06:53,821  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=41189}]
25O10:06:53,827  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
25O10:06:53,831  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
25¼10:06:53,839  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=41189}] and the following status: [COMPLETED]
25z10:06:53,839  INFO Test worker statements.SpringRepeat - Repetition 6 of test AbstractSampleJobTests#testStep3Execution()
25–10:06:53,845  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=263787}]
25O10:06:53,853  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
25O10:06:53,855  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
25½10:06:53,864  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=263787}] and the following status: [COMPLETED]
25z10:06:53,865  INFO Test worker statements.SpringRepeat - Repetition 7 of test AbstractSampleJobTests#testStep3Execution()
25–10:06:53,872  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=208515}]
25O10:06:53,880  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
25O10:06:53,882  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
25½10:06:53,888  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=208515}] and the following status: [COMPLETED]
25z10:06:53,889  INFO Test worker statements.SpringRepeat - Repetition 8 of test AbstractSampleJobTests#testStep3Execution()
25–10:06:53,895  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=113157}]
25O10:06:53,910  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
25O10:06:53,913  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
25½10:06:53,920  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=113157}] and the following status: [COMPLETED]
25z10:06:53,921  INFO Test worker statements.SpringRepeat - Repetition 9 of test AbstractSampleJobTests#testStep3Execution()
25–10:06:53,927  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=764864}]
25O10:06:53,937  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
25O10:06:53,939  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
25½10:06:53,946  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=764864}] and the following status: [COMPLETED]
25{10:06:53,947  INFO Test worker statements.SpringRepeat - Repetition 10 of test AbstractSampleJobTests#testStep3Execution()
25–10:06:53,953  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=859189}]
25O10:06:53,960  INFO Test worker job.SimpleStepHandler - Executing step: [step3]
25O10:06:53,962  INFO Test worker sample.LoggingTasklet - tasklet executing: id=3
25½10:06:53,970  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=859189}] and the following status: [COMPLETED]
26–10:06:53,977  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=988406}]
26O10:06:53,984  INFO Test worker job.SimpleStepHandler - Executing step: [step2]
26½10:06:53,996  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=988406}] and the following status: [COMPLETED]
28–10:06:54,007  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=754767}]
28O10:06:54,015  INFO Test worker job.SimpleStepHandler - Executing step: [step1]
28½10:06:54,025  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=754767}] and the following status: [COMPLETED]
9 ú10:06:54,031  INFO Test worker support.DefaultTestContextBootstrapper - 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]
9 Û10:06:54,032  INFO Test worker support.DefaultTestContextBootstrapper - 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]
9 ¥10:06:54,032  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5a5b9d54, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@8a9514f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@49770580, org.springframework.test.context.transaction.TransactionalTestExecutionListener@55acbd28, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@539b3bf4]
9 •10:06:54,033  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]
9 10:06:54,049  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [data-source-context.xml]
9 ‹10:06:54,065  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jobs/sample-steps.xml]
9 Ý10:06:54,087  INFO Test worker support.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@11fa2be1: startup date [Thu Mar 23 10:06:54 CDT 2017]; root of context hierarchy
9 10:06:54,138  INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
9 }10:06:54,189  INFO Test worker support.SimpleJobLauncher - No TaskExecutor has been set, defaulting to synchronous executor.
9: 10:06:54,239  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{timestamp=1490281614235}]
9:L10:06:54,245  INFO Test worker job.SimpleStepHandler - Executing step: [s2]
9:Ç10:06:54,254  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{timestamp=1490281614235}] and the following status: [COMPLETED]
; ö10:06:54,258  INFO Test worker support.AbstractContextLoader - Could not detect default resource locations for test class [org.springframework.batch.test.StepScopeAnnotatedListenerIntegrationTests]: no resource found for suffixes {-context.xml}.
; Ñ10:06:54,260  INFO Test worker support.AbstractDelegatingSmartContextLoader - AnnotationConfigContextLoader detected default configuration classes for context configuration [ContextConfigurationAttributes@42525649 declaringClass = 'org.springframework.batch.test.StepScopeAnnotatedListenerIntegrationTests', classes = '{class org.springframework.batch.test.StepScopeAnnotatedListenerIntegrationTests$TestConfig}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
; ú10:06:54,263  INFO Test worker support.DefaultTestContextBootstrapper - 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]
; Û10:06:54,264  INFO Test worker support.DefaultTestContextBootstrapper - 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]
; ¦10:06:54,264  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@21f17c6f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6ad50941, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1b93b829, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1f4b6727, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@357362a5]
; Ý10:06:54,266  INFO Test worker support.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@717a5667: startup date [Thu Mar 23 10:06:54 CDT 2017]; root of context hierarchy
; æ10:06:54,305  WARN Test worker annotation.ConfigurationClassEnhancer - @Bean method ScopeConfiguration.stepScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
; å10:06:54,308  WARN Test worker annotation.ConfigurationClassEnhancer - @Bean method ScopeConfiguration.jobScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
; 10:06:54,314  INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
; Š10:06:54,374  INFO Test worker embedded.EmbeddedDatabaseFactory - Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa'
; ˜10:06:54,381  INFO Test worker init.ScriptUtils - Executing SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql]
;  10:06:54,388  INFO Test worker init.ScriptUtils - Executed SQL script from class path resource [org/springframework/batch/core/schema-drop-hsqldb.sql] in 6 ms.
; “10:06:54,388  INFO Test worker init.ScriptUtils - Executing SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql]
; ›10:06:54,396  INFO Test worker init.ScriptUtils - Executed SQL script from class path resource [org/springframework/batch/core/schema-hsqldb.sql] in 8 ms.
;<y10:06:54,582  INFO Test worker support.JobRepositoryFactoryBean - No database type set, using meta data indicating: HSQL
;<}10:06:54,585  INFO Test worker support.SimpleJobLauncher - No TaskExecutor has been set, defaulting to synchronous executor.
;<–10:06:54,592  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] launched with the following parameters: [{random=335740}]
;<Y10:06:54,601  INFO Test worker job.SimpleStepHandler - Executing step: [step-under-test]
;<******************************
;< READING RESULTS : 10
;<½10:06:54,680  INFO Test worker support.SimpleJobLauncher - Job: [SimpleJob: [name=TestJob]] completed with the following parameters: [{random=335740}] and the following status: [COMPLETED]
= §10:06:54,685  INFO Test worker support.AbstractContextLoader - Detected default resource location "classpath:org/springframework/batch/test/StepScopeTestExecutionListenerIntegrationTests-context.xml" for test class [org.springframework.batch.test.StepScopeTestExecutionListenerIntegrationTests]
= Ì10:06:54,685  INFO Test worker support.AbstractDelegatingSmartContextLoader - GenericXmlContextLoader detected default locations for context configuration [ContextConfigurationAttributes@470a82d5 declaringClass = 'org.springframework.batch.test.StepScopeTestExecutionListenerIntegrationTests', classes = '{}', locations = '{classpath:org/springframework/batch/test/StepScopeTestExecutionListenerIntegrationTests-context.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
= í10:06:54,685  INFO Test worker support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.batch.test.StepScopeTestExecutionListenerIntegrationTests]: StepScopeTestExecutionListenerIntegrationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
= ‹10:06:54,687  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@61d14277, org.springframework.batch.test.StepScopeTestExecutionListener@51bb1f60]
= Ï10:06:54,689  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [org/springframework/batch/test/StepScopeTestExecutionListenerIntegrationTests-context.xml]
= Ý10:06:54,741  INFO Test worker support.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@1e5861ff: startup date [Thu Mar 23 10:06:54 CDT 2017]; root of context hierarchy
= ç10:06:54,760  INFO Test worker support.DefaultListableBeanFactory - Overriding bean definition for bean 'reader' with a different definition: replacing [Generic bean: class [org.springframework.batch.item.file.FlatFileItemReader]; scope=step; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=false; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [org/springframework/batch/test/StepScopeTestExecutionListenerIntegrationTests-context.xml]] with [Root bean: class [org.springframework.aop.scope.ScopedProxyFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in BeanDefinition defined in class path resource [org/springframework/batch/test/StepScopeTestExecutionListenerIntegrationTests-context.xml]]
= 10:06:54,765  INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
@?‘10:06:54,859  INFO Test worker support.AbstractContextLoader - Detected default resource location "classpath:org/springframework/batch/test/StepScopeTestExecutionListenerTests-context.xml" for test class [org.springframework.batch.test.StepScopeTestExecutionListenerTests]
@?¶10:06:54,859  INFO Test worker support.AbstractDelegatingSmartContextLoader - GenericXmlContextLoader detected default locations for context configuration [ContextConfigurationAttributes@77bddbf6 declaringClass = 'org.springframework.batch.test.StepScopeTestExecutionListenerTests', classes = '{}', locations = '{classpath:org/springframework/batch/test/StepScopeTestExecutionListenerTests-context.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
@?×10:06:54,860  INFO Test worker support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.batch.test.StepScopeTestExecutionListenerTests]: StepScopeTestExecutionListenerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
@?ú10:06:54,861  INFO Test worker support.DefaultTestContextBootstrapper - 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]
@?Û10:06:54,862  INFO Test worker support.DefaultTestContextBootstrapper - 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]
@?¥10:06:54,862  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3268e11b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5a4eb60b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@54c0b148, org.springframework.test.context.transaction.TransactionalTestExecutionListener@418eb30, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@718da291]
@?Ä10:06:54,863  INFO Test worker xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [org/springframework/batch/test/StepScopeTestExecutionListenerTests-context.xml]
@?Ý10:06:54,876  INFO Test worker support.GenericApplicationContext - Refreshing org.springframework.context.support.GenericApplicationContext@5e5cbc45: startup date [Thu Mar 23 10:06:54 CDT 2017]; root of context hierarchy
@?10:06:54,877  INFO Test worker annotation.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
@A‘10:06:54,920  INFO Test worker support.AbstractContextLoader - Detected default resource location "classpath:org/springframework/batch/test/StepScopeTestExecutionListenerTests-context.xml" for test class [org.springframework.batch.test.StepScopeTestExecutionListenerTests]
@A¶10:06:54,921  INFO Test worker support.AbstractDelegatingSmartContextLoader - GenericXmlContextLoader detected default locations for context configuration [ContextConfigurationAttributes@2c4f4541 declaringClass = 'org.springframework.batch.test.StepScopeTestExecutionListenerTests', classes = '{}', locations = '{classpath:org/springframework/batch/test/StepScopeTestExecutionListenerTests-context.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
@A×10:06:54,921  INFO Test worker support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.batch.test.StepScopeTestExecutionListenerTests]: StepScopeTestExecutionListenerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
@Aú10:06:54,923  INFO Test worker support.DefaultTestContextBootstrapper - 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]
@AÛ10:06:54,924  INFO Test worker support.DefaultTestContextBootstrapper - 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]
@A¥10:06:54,925  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@167f1c81, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3f83e29b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@82d7932, org.springframework.test.context.transaction.TransactionalTestExecutionListener@138bb7f2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7dfe2a16]
@B‘10:06:54,929  INFO Test worker support.AbstractContextLoader - Detected default resource location "classpath:org/springframework/batch/test/StepScopeTestExecutionListenerTests-context.xml" for test class [org.springframework.batch.test.StepScopeTestExecutionListenerTests]
@B¶10:06:54,929  INFO Test worker support.AbstractDelegatingSmartContextLoader - GenericXmlContextLoader detected default locations for context configuration [ContextConfigurationAttributes@70348a66 declaringClass = 'org.springframework.batch.test.StepScopeTestExecutionListenerTests', classes = '{}', locations = '{classpath:org/springframework/batch/test/StepScopeTestExecutionListenerTests-context.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
@B×10:06:54,930  INFO Test worker support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.springframework.batch.test.StepScopeTestExecutionListenerTests]: StepScopeTestExecutionListenerTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
@Bú10:06:54,935  INFO Test worker support.DefaultTestContextBootstrapper - 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]
@BÛ10:06:54,937  INFO Test worker support.DefaultTestContextBootstrapper - 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]
@B¥10:06:54,937  INFO Test worker support.DefaultTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6e42ea7c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@37804bfd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7f13b8bf, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7413fc51, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@dfbe9a5]
