]
Diego Lovison updated ISPN-8669:
--------------------------------
Issue Type: Bug (was: Feature Request)
Cache created from RemoteCacheManagerAdmin is not appearing in
Administration Console
-------------------------------------------------------------------------------------
Key: ISPN-8669
URL:
https://issues.jboss.org/browse/ISPN-8669
Project: Infinispan
Issue Type: Bug
Components: Console
Reporter: Diego Lovison
Priority: Minor
Create a Hot Rod client and call the method *createCache* using the following example.
{code:java}
Cache<String, String> myCache =
manager.administration().createCache("myCache", "myTemplate");
{code}
Open the Administration Console, it is not possible see the cache "myCache".
Additional Info:
The issue is occurring in standalone and domain mode.