]
Jason Greene updated WFLY-3500:
-------------------------------
Fix Version/s: 9.0.0.CR1
(was: 9.0.0.Beta1)
JMX - Non string attributes dont work well with expressions &
min/max
---------------------------------------------------------------------
Key: WFLY-3500
URL:
https://issues.jboss.org/browse/WFLY-3500
Project: WildFly
Issue Type: Bug
Components: Domain Management, JMX
Reporter: Tomaz Cerar
Assignee: Enrique González Martínez
Priority: Minor
Fix For: 9.0.0.CR1
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.