]
Ryan Emerson resolved ISPN-7251.
--------------------------------
Fix Version/s: 9.0.0.Beta1
Resolution: Done
Administration console - changing configuration in standalone mode
should not promt restart dialog
--------------------------------------------------------------------------------------------------
Key: ISPN-7251
URL:
https://issues.jboss.org/browse/ISPN-7251
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 9.0.0.Alpha4
Reporter: Roman Macor
Assignee: Vladimir Blagojevic
Fix For: 9.0.0.Beta1
Start server in standalone mode, with clustered configuration:
bin/standalone.sh -c clustered.xml
Change cache or cache container configuration:
e.g. click on cache container -> Configuration -> change settings -> click
save/apply changes -> restart required dialog is displayed -> click restart now
Result nothing happens.
Expected result: Dialog saying manual restart is required for this change to take effect,
no action buttons offered. This works correctly in standalone mode with non-clustered
configuration (started by bin/standalone.sh)