Details
Assignee
UnassignedUnassignedReporter
Juraj MartinkaJuraj MartinkaPriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Juraj Martinka
Juraj MartinkaPriority

Created November 27, 2017 at 10:34 PM
Updated November 27, 2017 at 10:34 PM
This is the follow up to https://dev.clojure.org/jira/browse/JMX-16.
For the attribute to be writable via JMX it has to be set as writable - see build-attribute-info.
That is, Bean deftype implements setAttribute, but implementation of getMBeanInfo calls 2-arity version of map->attribute-infos without an option to set an attribute as writable.