]
James Perkins updated WFLY-9658:
--------------------------------
Fix Version/s: 13.0.0.Beta1
Batch jobs in a sub-deployment can be started but not queried
-------------------------------------------------------------
Key: WFLY-9658
URL:
https://issues.jboss.org/browse/WFLY-9658
Project: WildFly
Issue Type: Bug
Components: Batch
Reporter: James Perkins
Assignee: James Perkins
Fix For: 13.0.0.Beta1
In an EAR deployment that contains a multiple batch deployments each sub-deployment can
start jobs from other sub-deployments, but the job information cannot be queried. For
example a job can be started from a WAR that is in an EJB, however you cannot execute
{{JobOperator.getJobInstance()}} from the WAR on the same job.
Visibility should be consistent for starting and querying batch jobs.
More details on
https://github.com/jberet/jsr352/issues/105.