]
James Perkins reassigned WFLY-6792:
-----------------------------------
Assignee: James Perkins (was: Cheng Fang)
Batch deployment resources should get the service registry without
modification flags for read-only ops
-------------------------------------------------------------------------------------------------------
Key: WFLY-6792
URL:
https://issues.jboss.org/browse/WFLY-6792
Project: WildFly
Issue Type: Bug
Components: Batch
Reporter: James Perkins
Assignee: James Perkins
All batch deployment operations get the service registry as a modifiable registry which
uses locks that are not required for read-only ops. Operations like {{start}}, {{stop}}
and {{restart}} will need to continue using a modifiable service registry, but read ops
should not acquire a modifiable service registry.