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

eap8.eap7.tests.data.namespaces.import-file.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<job id="import-file" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd" version="1.0">
    <listeners>
        <listener ref="jobListener" />
    </listeners>
    <step id="import-file-chunk" next="reportBatchelet">
        <listeners>
            <listener ref="persistListener" />
        </listeners>
        <!-- The item-count specified the size of the chunk -->
        <chunk item-count="3">
            <reader ref="recordsReader">
                <properties>
                    <!--  Define how values are separated -->
                    <property name="separatorRegex" value="[|]" />
                    <property name="fileName" value="#{jobParameters['fileName']}" />
                </properties>
            </reader>
            <processor ref="contactFormatter" />
            <writer ref="contactsPersister" />
        </chunk>
    </step>
    <step id="reportBatchelet">
        <batchlet ref="reportBatchelet" />
        <end on="END" />
    </step>
</job>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy