All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spring-config.jobs.installApplicationContainer-job.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/batch http://www.springframework.org/schema/batch/spring-batch.xsd
		http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
        xmlns:p="http://www.springframework.org/schema/p">

        <job id="installApplicationContainer" xmlns="http://www.springframework.org/schema/batch" restartable="true">
                <listeners>
                        <listener ref="LogFilePreProcessorTask"/>
                </listeners>

                <step id="doJob" next="PostprocessLogs">
                        <tasklet ref="InstallApplicationContainerTask"/>
                </step>

                <step id="PostprocessLogs">
                        <tasklet ref="LogFilePostProcessorTask"/>
                </step>
        </job>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy