]
Tristan Tarrant closed ISPN-8663.
---------------------------------
Fix Version/s: 9.2.0.Final
Assignee: Tristan Tarrant
Resolution: Done
This was fixed as part of ISPN-8670
The log is swapping the name and template
-----------------------------------------
Key: ISPN-8663
URL:
https://issues.jboss.org/browse/ISPN-8663
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 9.2.0.Beta2
Reporter: Diego Lovison
Assignee: Tristan Tarrant
Priority: Minor
Fix For: 9.2.0.Final
Create a Java Class that access the cluster configuration using the Hot Rod protocol and
execute the following code:
RemoteCache<Object, Object> cache =
rmc.administration().getOrCreateCache("my-cache",
"template-example");
It will return: “ISPN000374: No such template ‘my-cache’ when declaring
'template-example'
To reproduce this issue the "template-example" must not exists.