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

81 lines
17 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="org.springframework.batch.integration.launch.JobLaunchingMessageHandlerIntegrationTests" tests="2" skipped="0" failures="0" errors="0" timestamp="2017-03-23T15:05:03" hostname="Michaels-MacBook-Pro-3.local" time="1.315">
<properties/>
<testcase name="testReply" classname="org.springframework.batch.integration.launch.JobLaunchingMessageHandlerIntegrationTests" time="0.018"/>
<testcase name="testNoReply" classname="org.springframework.batch.integration.launch.JobLaunchingMessageHandlerIntegrationTests" time="1.02"/>
<system-out><![CDATA[2017-03-23 10:05:03,123 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/integration/launch/JobLaunchingMessageHandlerIntegrationTests-context.xml]>
2017-03-23 10:05:03,148 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]>
2017-03-23 10:05:03,158 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:05:03,159 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:05:03,159 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:05:03,161 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@a7a8ecf: startup date [Thu Mar 23 10:05:03 CDT 2017]; root of context hierarchy>
2017-03-23 10:05:03,172 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:05:03,172 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:05:03,172 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:05:03,198 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:05:03,204 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <No TaskExecutor has been set, defaulting to synchronous executor.>
2017-03-23 10:05:03,303 DEBUG task-scheduler-1 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
2017-03-23 10:05:03,315 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:05:03,350 DEBUG Test worker [org.springframework.integration.config.GlobalChannelInterceptorProcessor] - <No global channel interceptors.>
2017-03-23 10:05:03,388 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Starting beans in phase 0>
2017-03-23 10:05:03,388 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Adding {service-activator} as a subscriber to the 'requests' channel>
2017-03-23 10:05:03,389 INFO Test worker [org.springframework.integration.channel.DirectChannel] - <Channel 'org.springframework.context.support.GenericApplicationContext@a7a8ecf.requests' has 1 subscriber(s).>
2017-03-23 10:05:03,389 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <started org.springframework.integration.config.ConsumerEndpointFactoryBean#0>
2017-03-23 10:05:03,389 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:05:03,389 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.GenericApplicationContext@a7a8ecf.errorChannel' has 1 subscriber(s).>
2017-03-23 10:05:03,389 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <started _org.springframework.integration.errorLogger>
2017-03-23 10:05:03,406 DEBUG Test worker [org.springframework.integration.channel.DirectChannel] - <preSend on channel 'requests', message: GenericMessage [payload=JobLaunchRequest: testJob, parameters={dontclash=12}, headers={replyChannel=response, id=2b762e4d-a4f0-35a3-9775-7e36f2434374, timestamp=1490281503406}]>
2017-03-23 10:05:03,406 DEBUG Test worker [org.springframework.integration.handler.ServiceActivatingHandler] - <ServiceActivator for [org.springframework.integration.handler.MethodInvokingMessageProcessor@41915b4a] (org.springframework.integration.config.ServiceActivatorFactoryBean#0) received message: GenericMessage [payload=JobLaunchRequest: testJob, parameters={dontclash=12}, headers={replyChannel=response, id=2b762e4d-a4f0-35a3-9775-7e36f2434374, timestamp=1490281503406}]>
2017-03-23 10:05:03,409 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <Job: [org.springframework.batch.integration.JobSupport@213bae62] launched with the following parameters: [{dontclash=12}]>
2017-03-23 10:05:03,409 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <Job: [org.springframework.batch.integration.JobSupport@213bae62] completed with the following parameters: [{dontclash=12}] and the following status: [STARTING]>
2017-03-23 10:05:03,409 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] - <preSend on channel 'response', message: GenericMessage [payload=JobExecution: id=0, version=0, startTime=null, endTime=null, lastUpdated=Thu Mar 23 10:05:03 CDT 2017, status=STARTING, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=0, version=0, Job=[testJob]], jobParameters=[{dontclash=12}], headers={replyChannel=response, id=9f082b81-0203-0091-d3af-e23658f1eab1, timestamp=1490281503409}]>
2017-03-23 10:05:03,409 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] - <postSend (sent=true) on channel 'response', message: GenericMessage [payload=JobExecution: id=0, version=0, startTime=null, endTime=null, lastUpdated=Thu Mar 23 10:05:03 CDT 2017, status=STARTING, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=0, version=0, Job=[testJob]], jobParameters=[{dontclash=12}], headers={replyChannel=response, id=9f082b81-0203-0091-d3af-e23658f1eab1, timestamp=1490281503409}]>
2017-03-23 10:05:03,410 DEBUG Test worker [org.springframework.integration.channel.DirectChannel] - <postSend (sent=true) on channel 'requests', message: GenericMessage [payload=JobLaunchRequest: testJob, parameters={dontclash=12}, headers={replyChannel=response, id=2b762e4d-a4f0-35a3-9775-7e36f2434374, timestamp=1490281503406}]>
2017-03-23 10:05:03,410 DEBUG Test worker [org.springframework.integration.channel.QueueChannel] - <postReceive on channel 'response', message: GenericMessage [payload=JobExecution: id=0, version=0, startTime=null, endTime=null, lastUpdated=Thu Mar 23 10:05:03 CDT 2017, status=STARTING, exitStatus=exitCode=UNKNOWN;exitDescription=, job=[JobInstance: id=0, version=0, Job=[testJob]], jobParameters=[{dontclash=12}], headers={replyChannel=response, id=9f082b81-0203-0091-d3af-e23658f1eab1, timestamp=1490281503409}]>
2017-03-23 10:05:03,410 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@a7a8ecf: startup date [Thu Mar 23 10:05:03 CDT 2017]; root of context hierarchy>
2017-03-23 10:05:03,410 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Stopping beans in phase 0>
2017-03-23 10:05:03,410 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Removing {service-activator} as a subscriber to the 'requests' channel>
2017-03-23 10:05:03,411 INFO Test worker [org.springframework.integration.channel.DirectChannel] - <Channel 'org.springframework.context.support.GenericApplicationContext@a7a8ecf.requests' has 0 subscriber(s).>
2017-03-23 10:05:03,411 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <stopped org.springframework.integration.config.ConsumerEndpointFactoryBean#0>
2017-03-23 10:05:03,411 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:05:03,411 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.GenericApplicationContext@a7a8ecf.errorChannel' has 0 subscriber(s).>
2017-03-23 10:05:03,411 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <stopped _org.springframework.integration.errorLogger>
2017-03-23 10:05:03,411 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [org/springframework/batch/integration/launch/JobLaunchingMessageHandlerIntegrationTests-context.xml]>
2017-03-23 10:05:03,434 INFO Test worker [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] - <Loading XML bean definitions from class path resource [simple-job-launcher-context.xml]>
2017-03-23 10:05:03,443 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:05:03,443 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:05:03,444 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:05:03,445 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Refreshing org.springframework.context.support.GenericApplicationContext@b1029bc: startup date [Thu Mar 23 10:05:03 CDT 2017]; root of context hierarchy>
2017-03-23 10:05:03,455 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:05:03,455 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:05:03,456 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:05:03,483 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:05:03,489 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <No TaskExecutor has been set, defaulting to synchronous executor.>
2017-03-23 10:05:03,552 DEBUG task-scheduler-7 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
2017-03-23 10:05:03,606 INFO Test worker [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor] - <JSR-330 'javax.inject.Inject' annotation found and supported for autowiring>
2017-03-23 10:05:03,641 DEBUG Test worker [org.springframework.integration.config.GlobalChannelInterceptorProcessor] - <No global channel interceptors.>
2017-03-23 10:05:03,685 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Starting beans in phase 0>
2017-03-23 10:05:03,686 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Adding {service-activator} as a subscriber to the 'requests' channel>
2017-03-23 10:05:03,686 INFO Test worker [org.springframework.integration.channel.DirectChannel] - <Channel 'org.springframework.context.support.GenericApplicationContext@b1029bc.requests' has 1 subscriber(s).>
2017-03-23 10:05:03,686 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <started org.springframework.integration.config.ConsumerEndpointFactoryBean#0>
2017-03-23 10:05:03,686 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:05:03,686 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.GenericApplicationContext@b1029bc.errorChannel' has 1 subscriber(s).>
2017-03-23 10:05:03,686 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <started _org.springframework.integration.errorLogger>
2017-03-23 10:05:03,700 DEBUG Test worker [org.springframework.integration.channel.DirectChannel] - <preSend on channel 'requests', message: GenericMessage [payload=JobLaunchRequest: testJob, parameters={}, headers={id=482513c1-f824-2687-8385-ed8b2ff1306f, timestamp=1490281503700}]>
2017-03-23 10:05:03,700 DEBUG Test worker [org.springframework.integration.handler.ServiceActivatingHandler] - <ServiceActivator for [org.springframework.integration.handler.MethodInvokingMessageProcessor@2e81e043] (org.springframework.integration.config.ServiceActivatorFactoryBean#0) received message: GenericMessage [payload=JobLaunchRequest: testJob, parameters={}, headers={id=482513c1-f824-2687-8385-ed8b2ff1306f, timestamp=1490281503700}]>
2017-03-23 10:05:03,703 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <Job: [org.springframework.batch.integration.JobSupport@56dd0cd9] launched with the following parameters: [{}]>
2017-03-23 10:05:03,703 INFO Test worker [org.springframework.batch.core.launch.support.SimpleJobLauncher] - <Job: [org.springframework.batch.integration.JobSupport@56dd0cd9] completed with the following parameters: [{}] and the following status: [STARTING]>
2017-03-23 10:05:04,307 DEBUG task-scheduler-1 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
2017-03-23 10:05:04,567 DEBUG task-scheduler-7 [org.springframework.integration.endpoint.PollingConsumer] - <Received no Message during the poll, returning 'false'>
2017-03-23 10:05:04,707 INFO Test worker [org.springframework.context.support.GenericApplicationContext] - <Closing org.springframework.context.support.GenericApplicationContext@b1029bc: startup date [Thu Mar 23 10:05:03 CDT 2017]; root of context hierarchy>
2017-03-23 10:05:04,707 INFO Test worker [org.springframework.context.support.DefaultLifecycleProcessor] - <Stopping beans in phase 0>
2017-03-23 10:05:04,707 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <Removing {service-activator} as a subscriber to the 'requests' channel>
2017-03-23 10:05:04,707 INFO Test worker [org.springframework.integration.channel.DirectChannel] - <Channel 'org.springframework.context.support.GenericApplicationContext@b1029bc.requests' has 0 subscriber(s).>
2017-03-23 10:05:04,707 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <stopped org.springframework.integration.config.ConsumerEndpointFactoryBean#0>
2017-03-23 10:05:04,707 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:05:04,707 INFO Test worker [org.springframework.integration.channel.PublishSubscribeChannel] - <Channel 'org.springframework.context.support.GenericApplicationContext@b1029bc.errorChannel' has 0 subscriber(s).>
2017-03-23 10:05:04,707 INFO Test worker [org.springframework.integration.endpoint.EventDrivenConsumer] - <stopped _org.springframework.integration.errorLogger>
]]></system-out>
<system-err><![CDATA[]]></system-err>
</testsuite>