[jboss-jira] [JBoss JIRA] (WFCORE-489) The "access-mechanism" field in the active-operation resources is always undefined

RH Bugzilla Integration (Jira) issues at jboss.org
Fri Mar 1 07:30:00 EST 2019


    [ https://issues.jboss.org/browse/WFCORE-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13702580#comment-13702580 ] 

RH Bugzilla Integration commented on WFCORE-489:
------------------------------------------------

Carlo de Wolf <cdewolf at redhat.com> changed the Status of [bug 1202610|https://bugzilla.redhat.com/show_bug.cgi?id=1202610] from NEW to CLOSED

> The "access-mechanism" field in the active-operation resources is always undefined
> ----------------------------------------------------------------------------------
>
>                 Key: WFCORE-489
>                 URL: https://issues.jboss.org/browse/WFCORE-489
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Management
>    Affects Versions: 1.0.0.Alpha15
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>            Priority: Minor
>             Fix For: 1.0.0.Beta4
>
>
> The "access-mechanism" field in core-service=management/service=active-operations/active-operation=* is always undefined. The code that sets it is using the wrong var:
> {code}
> ModelNode accessMechanismNode = model.get(ACCESS_MECHANISM);
> if (accessMechanism != null) {
>     accessMechanismNode.set(accessMechanismNode.toString());
> }
> {code}
> It should be accessMechanism.toString()



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list