serg polchevski created WFLY-12584:
--------------------------------------
Summary: 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.1.Final, 17.0.0.Final
Environment: wildfly-17.0.1.Final
Reporter: serg polchevski
Assignee: Cheng Fang
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}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)