Files
spring-batch/spring-batch-integration/build/test-results/test/TEST-org.springframework.batch.integration.config.xml.JobLaunchingGatewayParserTests.xml
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

106 lines
21 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="org.springframework.batch.integration.config.xml.JobLaunchingGatewayParserTests" tests="4" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:04:56" hostname="Michaels-MacBook-Pro-3.local" time="1.48">
<properties/>
<testcase name="testJobLaunchingGatewayNoJobLauncher" classname="org.springframework.batch.integration.config.xml.JobLaunchingGatewayParserTests" time="0.308"/>
<testcase name="testGatewayParser" classname="org.springframework.batch.integration.config.xml.JobLaunchingGatewayParserTests" time="0.219"/>
<testcase name="testJobLaunchingGatewayIsRunning" classname="org.springframework.batch.integration.config.xml.JobLaunchingGatewayParserTests" time="0.29"/>
<testcase name="testJobLaunchingGatewayWithEnableBatchProcessing" classname="org.springframework.batch.integration.config.xml.JobLaunchingGatewayParserTests" time="0.663"/>
<system-out><![CDATA[2017-03-23 10:04:56,174 INFO Test worker [org.springframework.context.support.ClassPathXmlApplicationContext] - <Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@20219522: startup date [Thu Mar 23 10:04:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:04:56,175 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/integration/config/xml/JobLaunchingGatewayParserTestsNoJobLauncher-context.xml]>
2017-03-23 10:04:56,208 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/integration/config/xml/batch-setup-context.xml]>
2017-03-23 10:04:56,235 INFO Test worker [org.springframework.integration.config.IntegrationRegistrar] - <No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.>
2017-03-23 10:04:56,235 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] - <The '#jsonPath' SpEL function cannot be registered: there is no jayway json-path.jar on the classpath.>
2017-03-23 10:04:56,236 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] - <SpEL function '#xpath' isn't registered: there is no spring-integration-xml.jar on the classpath.>
2017-03-23 10:04:56,248 DEBUG Test worker [org.springframework.batch.integration.config.xml.JobLaunchingGatewayParser] - <No jobLauncher specified, using default 'jobLauncher' reference instead.>
2017-03-23 10:04:56,253 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] - <No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.>
2017-03-23 10:04:56,253 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] - <No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.>
2017-03-23 10:04:56,254 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:04:56,272 DEBUG task-scheduler-2 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
2017-03-23 10:04:56,342 INFO Test worker [org.springframework.batch.core.repository.support.JobRepositoryFactoryBean] - <No database type set, using meta data indicating: HSQL>
2017-03-23 10:04:56,391 WARN Test worker [org.springframework.context.support.ClassPathXmlApplicationContext] - <Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.batch.integration.launch.JobLaunchingGateway#0': Cannot resolve reference to bean 'jobLauncher' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'jobLauncher' available>
2017-03-23 10:04:56,440 DEBUG task-scheduler-9 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
2017-03-23 10:04:56,478 INFO Test worker [org.springframework.context.support.ClassPathXmlApplicationContext] - <Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@695d68d0: startup date [Thu Mar 23 10:04:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:04:56,478 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/integration/config/xml/JobLaunchingGatewayParserTests-context.xml]>
2017-03-23 10:04:56,515 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/integration/config/xml/batch-setup-context.xml]>
2017-03-23 10:04:56,534 INFO Test worker [org.springframework.integration.config.IntegrationRegistrar] - <No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.>
2017-03-23 10:04:56,535 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] - <The '#jsonPath' SpEL function cannot be registered: there is no jayway json-path.jar on the classpath.>
2017-03-23 10:04:56,535 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] - <SpEL function '#xpath' isn't registered: there is no spring-integration-xml.jar on the classpath.>
2017-03-23 10:04:56,541 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] - <No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.>
2017-03-23 10:04:56,542 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] - <No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.>
2017-03-23 10:04:56,543 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:04:56,602 INFO Test worker [org.springframework.batch.core.repository.support.JobRepositoryFactoryBean] - <No database type set, using meta data indicating: HSQL>
2017-03-23 10:04:56,650 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <No TaskExecutor has been set, defaulting to synchronous executor.>
2017-03-23 10:04:56,682 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:04:56,686 DEBUG Test worker [org.springframework.integration.config.GlobalChannelInterceptorProcessor] - <No global channel interceptors.>
2017-03-23 10:04:56,687 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Starting beans in phase 0>
2017-03-23 10:04:56,687 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel>
2017-03-23 10:04:56,687 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.ClassPathXmlApplicationContext@695d68d0.errorChannel' has 1 subscriber(s).>
2017-03-23 10:04:56,687 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <started _org.springframework.integration.errorLogger>
2017-03-23 10:04:56,694 INFO Test worker [org.springframework.context.support.ClassPathXmlApplicationContext] - <Closing org.springframework.context.support.ClassPathXmlApplicationContext@695d68d0: startup date [Thu Mar 23 10:04:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:04:56,695 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Stopping beans in phase 0>
2017-03-23 10:04:56,695 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel>
2017-03-23 10:04:56,695 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.ClassPathXmlApplicationContext@695d68d0.errorChannel' has 0 subscriber(s).>
2017-03-23 10:04:56,695 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <stopped _org.springframework.integration.errorLogger>
2017-03-23 10:04:56,698 INFO Test worker [org.springframework.context.support.ClassPathXmlApplicationContext] - <Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@7efa8ed3: startup date [Thu Mar 23 10:04:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:04:56,698 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/integration/config/xml/JobLaunchingGatewayParserTestsRunning-context.xml]>
2017-03-23 10:04:56,733 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/integration/config/xml/batch-setup-context.xml]>
2017-03-23 10:04:56,758 INFO Test worker [org.springframework.integration.config.IntegrationRegistrar] - <No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.>
2017-03-23 10:04:56,760 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] - <The '#jsonPath' SpEL function cannot be registered: there is no jayway json-path.jar on the classpath.>
2017-03-23 10:04:56,761 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] - <SpEL function '#xpath' isn't registered: there is no spring-integration-xml.jar on the classpath.>
2017-03-23 10:04:56,770 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] - <No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.>
2017-03-23 10:04:56,770 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] - <No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.>
2017-03-23 10:04:56,771 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:04:56,849 INFO Test worker [org.springframework.batch.core.repository.support.JobRepositoryFactoryBean] - <No database type set, using meta data indicating: HSQL>
2017-03-23 10:04:56,952 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <No TaskExecutor has been set, defaulting to synchronous executor.>
2017-03-23 10:04:56,975 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:04:56,983 DEBUG Test worker [org.springframework.integration.config.GlobalChannelInterceptorProcessor] - <No global channel interceptors.>
2017-03-23 10:04:56,983 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Starting beans in phase 0>
2017-03-23 10:04:56,983 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Adding {message-handler:batchjobExecutor} as a subscriber to the 'requestChannel' channel>
2017-03-23 10:04:56,983 INFO Test worker [org.springframework.integration.channel.DirectChannel] - <Channel 'org.springframework.context.support.ClassPathXmlApplicationContext@7efa8ed3.requestChannel' has 1 subscriber(s).>
2017-03-23 10:04:56,984 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <started batchjobExecutor>
2017-03-23 10:04:56,984 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel>
2017-03-23 10:04:56,984 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.ClassPathXmlApplicationContext@7efa8ed3.errorChannel' has 1 subscriber(s).>
2017-03-23 10:04:56,984 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <started _org.springframework.integration.errorLogger>
2017-03-23 10:04:56,985 INFO Test worker [org.springframework.context.support.ClassPathXmlApplicationContext] - <Closing org.springframework.context.support.ClassPathXmlApplicationContext@7efa8ed3: startup date [Thu Mar 23 10:04:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:04:56,985 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Stopping beans in phase 0>
2017-03-23 10:04:56,985 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Removing {message-handler:batchjobExecutor} as a subscriber to the 'requestChannel' channel>
2017-03-23 10:04:56,985 INFO Test worker [org.springframework.integration.channel.DirectChannel] - <Channel 'org.springframework.context.support.ClassPathXmlApplicationContext@7efa8ed3.requestChannel' has 0 subscriber(s).>
2017-03-23 10:04:56,985 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <stopped batchjobExecutor>
2017-03-23 10:04:56,985 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel>
2017-03-23 10:04:56,985 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.ClassPathXmlApplicationContext@7efa8ed3.errorChannel' has 0 subscriber(s).>
2017-03-23 10:04:56,986 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <stopped _org.springframework.integration.errorLogger>
2017-03-23 10:04:56,988 INFO Test worker [org.springframework.context.support.ClassPathXmlApplicationContext] - <Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@54d7e346: startup date [Thu Mar 23 10:04:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:04:56,988 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/integration/config/xml/JobLaunchingGatewayParserTestsWithEnableBatchProcessing-context.xml]>
2017-03-23 10:04:57,032 INFO Test worker [org.springframework.integration.config.IntegrationRegistrar] - <No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.>
2017-03-23 10:04:57,033 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] - <The '#jsonPath' SpEL function cannot be registered: there is no jayway json-path.jar on the classpath.>
2017-03-23 10:04:57,033 DEBUG Test worker [org.springframework.integration.config.IntegrationRegistrar] - <SpEL function '#xpath' isn't registered: there is no spring-integration-xml.jar on the classpath.>
2017-03-23 10:04:57,034 DEBUG Test worker [org.springframework.batch.integration.config.xml.JobLaunchingGatewayParser] - <No jobLauncher specified, using default 'jobLauncher' reference instead.>
2017-03-23 10:04:57,275 WARN Test worker [org.springframework.context.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.>
2017-03-23 10:04:57,277 DEBUG task-scheduler-2 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
2017-03-23 10:04:57,305 WARN Test worker [org.springframework.context.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.>
2017-03-23 10:04:57,309 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] - <No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.>
2017-03-23 10:04:57,309 INFO Test worker [org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor] - <No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.>
2017-03-23 10:04:57,310 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:04:57,329 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:04:57,456 DEBUG task-scheduler-9 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
2017-03-23 10:04:57,554 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:04:57,646 DEBUG Test worker [org.springframework.integration.config.GlobalChannelInterceptorProcessor] - <No global channel interceptors.>
2017-03-23 10:04:57,646 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Starting beans in phase 0>
2017-03-23 10:04:57,647 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Adding {message-handler:batchjobExecutor} as a subscriber to the 'requestChannel' channel>
2017-03-23 10:04:57,647 INFO Test worker [org.springframework.integration.channel.DirectChannel] - <Channel 'org.springframework.context.support.ClassPathXmlApplicationContext@54d7e346.requestChannel' has 1 subscriber(s).>
2017-03-23 10:04:57,647 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <started batchjobExecutor>
2017-03-23 10:04:57,647 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel>
2017-03-23 10:04:57,647 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.ClassPathXmlApplicationContext@54d7e346.errorChannel' has 1 subscriber(s).>
2017-03-23 10:04:57,647 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <started _org.springframework.integration.errorLogger>
2017-03-23 10:04:57,648 INFO Test worker [org.springframework.context.support.ClassPathXmlApplicationContext] - <Closing org.springframework.context.support.ClassPathXmlApplicationContext@54d7e346: startup date [Thu Mar 23 10:04:56 CDT 2017]; root of context hierarchy>
2017-03-23 10:04:57,649 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Stopping beans in phase 0>
2017-03-23 10:04:57,649 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Removing {message-handler:batchjobExecutor} as a subscriber to the 'requestChannel' channel>
2017-03-23 10:04:57,649 INFO Test worker [org.springframework.integration.channel.DirectChannel] - <Channel 'org.springframework.context.support.ClassPathXmlApplicationContext@54d7e346.requestChannel' has 0 subscriber(s).>
2017-03-23 10:04:57,649 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <stopped batchjobExecutor>
2017-03-23 10:04:57,649 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel>
2017-03-23 10:04:57,649 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.ClassPathXmlApplicationContext@54d7e346.errorChannel' has 0 subscriber(s).>
2017-03-23 10:04:57,649 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <stopped _org.springframework.integration.errorLogger>
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>