]
Vladimir Blagojevic updated ISPN-7219:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Beta2
Resolution: Done
Administration console - creating template from existing template
fails in some cases
-------------------------------------------------------------------------------------
Key: ISPN-7219
URL:
https://issues.jboss.org/browse/ISPN-7219
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 9.0.0.Alpha4
Reporter: Roman Macor
Assignee: Ryan Emerson
Fix For: 9.0.0.Beta2
Click on cache container -> Configuration -> Templates -> create new template
-> fill in template name: newTemplate, base configuration:
persistent-file-store-write-behind (template with file store and write-behind configured)
-> next -> create
Result:
Pop up with error message:
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that
failed:":{"Operation step-2":"WFLYCTL0216: Management resource
'[\n (\"profile\" => \"clustered\"),\n (\"subsystem\"
=> \"datagrid-infinispan\"),\n (\"cache-container\" =>
\"clustered\"),\n (\"configurations\" =>
\"CONFIGURATIONS\"),\n (\"distributed-cache-configuration\" =>
\"new\"),\n (\"file-store\" => \"FILE_STORE\"),\n
(\"write-behind\" => \"WRITE_BEHIND\")\n]' not found"}}
The new template is created, but configuration is not copied.