]
Brian Stansberry updated WFLY-9287:
-----------------------------------
Component/s: Web (Undertow)
ReferencingDeploymentsHandler is doing runtime work in Stage.MODEL
------------------------------------------------------------------
Key: WFLY-9287
URL:
https://issues.jboss.org/browse/WFLY-9287
Project: WildFly
Issue Type: Bug
Components: EJB, Web (Undertow)
Affects Versions: 11.0.0.CR1
Reporter: Brian Stansberry
The handler is reading services in Stage.MODEL. It should add a RUNTIME step, being
careful that it's running on a non-admin-only-server (check
OperationContext.isDefaultRequiresRuntime()).
This applies to the variant in ejb3 and the one in undertow.