]
Tristan Tarrant updated ISPN-10183:
-----------------------------------
Fix Version/s: 10.0.0.Beta5
(was: 10.0.0.Beta4)
Unable to add cache configuration via server CLI
------------------------------------------------
Key: ISPN-10183
URL:
https://issues.jboss.org/browse/ISPN-10183
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 10.0.0.Beta3, 9.4.13.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Beta5, 9.4.16.Final
{code}
[standalone@localhost:9990 /] cd
subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS
[standalone@localhost:9990 configurations=CONFIGURATIONS]
./local-cache-configuration=txCache:add()
{"outcome" => "success"}
[standalone@localhost:9990 configurations=CONFIGURATIONS] ls
local-cache-configuration=txCache
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that
failed:" => {"Operation step-2" => "WFLYCTL0216: Management
resource '[
(\"subsystem\" => \"datagrid-infinispan\"),
(\"cache-container\" => \"local\"),
(\"configurations\" => \"CONFIGURATIONS\"),
(\"local-cache-configuration\" => \"txCache\"),
(\"persistence\" => \"PERSISTENCE\")
]' not found"}}
{code}