[wildfly-dev] HAL: show deployment status
Claudio Miranda
claudio at claudius.com.br
Sat Oct 18 09:15:30 EDT 2014
On Fri, Oct 17, 2014 at 1:04 AM, Claudio Miranda
<claudio at claudius.com.br> wrote:
> I propose to add the deploy "status" attribute besides the "enabled"
> attribute, but only if the status is failed. An example
The functionality was already implemented, but not working
https://github.com/hal/core/blob/master/gui/src/main/java/org/jboss/as/console/client/shared/deployment/DeploymentTreeModel.java#L102
Because the DeploymentRecord status attribute was not populated, it
always returned an empty string. To work, include-runtime=true must be
added to the list deployment operation
https://github.com/hal/core/blob/master/gui/src/main/java/org/jboss/as/console/client/shared/deployment/DeploymentStore.java#L219
I will do PR today after some tests.
--
Claudio Miranda
claudio at claudius.com.br
http://www.claudius.com.br
More information about the wildfly-dev
mailing list