]
Vladimir Blagojevic commented on ISPN-7330:
-------------------------------------------
[~jholusa] [~ryanemerson] The best solution for this is to navigate to either templates or
cache container page depending on how we got to cache configuration page. After user
clicks on either Restart Now or Restart Later we eventually go to the appropriate page. I
will add "Servers Restarting" dialog/notification.
Administration console - cannot edit configuration twice without
refresh
------------------------------------------------------------------------
Key: ISPN-7330
URL:
https://issues.jboss.org/browse/ISPN-7330
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.Beta1
Reporter: Jiří Holuša
Assignee: Vladimir Blagojevic
Steps to reproduce:
Go to cache configuration -> e.g. Locking tab -> edit some of the settings like
"Acquire Timeout" -> Apply changes -> confirm everything. Now stay still
on the page and edit the e.g. Isolation level -> Apply changes and you get an error:
{code}
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that
failed:":{"Operation step-5":"WFLYCTL0212: Duplicate resource [\n
(\"profile\" => \"clustered\"),\n (\"subsystem\" =>
\"datagrid-infinispan\"),\n (\"cache-container\" =>
\"clustered\"),\n (\"configurations\" =>
\"CONFIGURATIONS\"),\n (\"replicated-cache-configuration\" =>
\"replicatedCache\"),\n (\"eviction\" =>
\"EVICTION\")\n]"}}
{code}
I haven't clicked through the whole UI, but it seems that it's also in other
tabs. Also I'm not sure if it's related only in changes in SELECTs or also in
INPUTs, sometimes I was very confused what's going on.