-
Bug
-
Resolution: Done
-
Minor
-
JDG 7.2 ER1
-
None
-
None
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.