-
Sub-task
-
Resolution: Done
-
Critical
-
None
-
None
The deployment should still be returned, since the WAR is still deployed and just in the Stopped state.
The fact that it is not returned causes it to give removed from the Admin Console's inventory (since our discovery scan calls managementView.getDeploymentNamesForType("war") to determine the currently deployed WARs) , which means if a user stops a WAR via the Admin Console, they will have no way to restart that same WAR using the Admin Console.
- relates to
-
JBAS-6709 provide an API to determine the current state (i.e. Stopped/Started/Starting/Stopping/etc.) of a ManagedDeployment
- Closed