]
Tomaz Cerar updated WFLY-3500:
------------------------------
Summary: JMX - Non string attributes dont work well with expressions & min/max
(was: JMX - Non string attributes dont work well with expressions)
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
Security Level: Public(Everyone can see)
Components: Domain Management, JMX
Reporter: Tomaz Cerar
Assignee: Brian Stansberry
Priority: Minor
Fix For: 9.0.0.CR1
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.