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

Brian Stansberry (JIRA) issues at jboss.org
Mon Feb 9 12:36:51 EST 2015


     [ https://issues.jboss.org/browse/WFCORE-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated WFCORE-489:
------------------------------------
    Fix Version/s: 1.0.0.Alpha18
                       (was: 1.0.0.Alpha17)


> 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: Domain Management
>    Affects Versions: 1.0.0.Alpha15
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>            Priority: Minor
>             Fix For: 1.0.0.Alpha18
>
>
> 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
(v6.3.11#6341)


More information about the jboss-jira mailing list