Java batch: jobContext transientUserData not passed through steps
问题 I'm using JBeret implementation of jsr-352 specs. This is my job configuration, in short: <job id="expired-customer-cancellation" 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" jsl-name="job-parent" parent="job-parent"> <step id="step1" next="step2"> <chunk item-count="#{jobParameters['chunksize']}?:3"> <reader ref="eccReader