]
Brian Stansberry reassigned WFCORE-973:
---------------------------------------
Assignee: Brian Stansberry (was: Enrique González Martínez)
JMX - Non string attributes dont work well with expressions &
min/max
---------------------------------------------------------------------
Key: WFCORE-973
URL:
https://issues.jboss.org/browse/WFCORE-973
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, JMX
Reporter: Tomaz Cerar
Assignee: Brian Stansberry
Priority: Minor
Attachments: stacktrace.log
See ModelControllerMBeanTestCase.java:255
problem is in conversion of attributes and when we have expressions jmx attribute type
becomes String even if AD is of type INT
And if attribute has min/max setting mbean fails validation upon creation
I am not actually sure how we can fix this.