]
Ryan Emerson resolved ISPN-6718.
--------------------------------
Fix Version/s: 9.0.0.Alpha3
Resolution: Done
Improve error messages
----------------------
Key: ISPN-6718
URL:
https://issues.jboss.org/browse/ISPN-6718
Project: Infinispan
Issue Type: Enhancement
Components: Console
Affects Versions: 8.2.2.Final
Reporter: Jiří Holuša
Assignee: Vladimir Blagojevic
Priority: Minor
Fix For: 9.0.0.Alpha3
When editing cache configuration, I try to put some invalid value, for example on
"Transactions" tab into "Stop timeout" field, when I put a string
"xyz", which is trivially invalid since it's not a number, I get an error
dialog with text:
"domain-failure-description
WFLYCTL0097: Wrong type for stop-timeout. Expected [LONG] but was STRING"
The text is very descriptive, which is fine. I would suggest removing the
"domain-failure-description" string and maybe even the WildFly error code, to
make it more user friendly.