Fixed
Details
Assignee
Mincong HuangMincong HuangReporter
Mincong HuangMincong HuangComponents
Fix versions
Priority
Major
Details
Details
Assignee
Mincong Huang
Mincong HuangReporter
Mincong Huang
Mincong HuangComponents
Fix versions
Priority
Created March 25, 2017 at 8:32 PM
Updated December 3, 2024 at 11:53 AM
Resolved May 22, 2017 at 6:58 AM
Previously, the batch job operator
JobOperator
can only be requested once from the batch runtime under JBeret SE. If it is requested more than once, an error will be thrown.Error message:
This ticket aims to investigate:
Is it still the case on the current codebase?
Is it a bug from JBeret SE / JBatch SE?
Is there any case where
BatchRuntime#getJobOperator()
need to be called twice?