Diego Lovison created ISPN-8669:
-----------------------------------
Summary: 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: Feature Request
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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)