]
serg polchevski commented on WFLY-12584:
----------------------------------------
Hi, thank You very much for quick response!
Name of Chunk BatchJob is saved in parameters of its execution if
exception was thrown in readItem
--------------------------------------------------------------------------------------------------
Key: WFLY-12584
URL:
https://issues.jboss.org/browse/WFLY-12584
Project: WildFly
Issue Type: Bug
Components: Batch
Affects Versions: 17.0.0.Final, 17.0.1.Final
Environment: wildfly-17.0.1.Final
Reporter: serg polchevski
Assignee: Cheng Fang
Priority: Major
If a Exception is thrown during execution of Batch Chunk Job in method implementing
readItem() of class ItemReader than parameter "jberet.jobXmlName" with name of
BatchJob is added/saved in jobparameters of table job_execution and this parameter is than
shown in the execution of BatchJob. Saved parameters for example (originally just id=4):
{code:java}
jberet.jobXmlName = testJob.xml
id = 4
{code}