Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5-incubating
-
None
Description
if we use @StepScoped beans or batch artifacts in a partitioned batch we blow up with a ContextNotActiveException.
Currently the setup of the threads is done via Listeneres but the {{*StepScopeListener}}s gets only called before or after the 'parent' step while the {{*JobScopeListener}}s are called before the start of each partition thread if they are declared in batchee.properties.
Everything works fine for single threaded batches