]
Brian Stansberry reassigned WFCORE-237:
---------------------------------------
Assignee: Emmanuel Hugonnet
Use boot-completed notification to trigger deployment scanner
"forced undeploy" scan
------------------------------------------------------------------------------------
Key: WFCORE-237
URL:
https://issues.jboss.org/browse/WFCORE-237
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Emmanuel Hugonnet
The FileSystemDeploymentService "forced-undeploy" scan is scheduled based on an
arbitrary 200 ms delay. Instead inject ControlledProcessStateService, install a listener,
and have the listener schedule an immediate scan when it's notified that
ControlledProcessState.RUNNING has been reached.