]
James Perkins updated WFLY-6860:
--------------------------------
Git Pull Request: (was:
Batch deployment resources should get the service registry without
modification flags for read-only ops
-------------------------------------------------------------------------------------------------------
Key: WFLY-6860
URL:
https://issues.jboss.org/browse/WFLY-6860
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.