]
Tristan Tarrant updated ISPN-8663:
----------------------------------
Status: Open (was: New)
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
Priority: Minor
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.