]
Brian Stansberry commented on WFCORE-973:
-----------------------------------------
After many years I finally understand what the issue is here! I filed WFCORE-3493 which I
now realize is the same thing that this is talking about.
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: Enrique González Martínez
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.