Pavel Konstantinov created IGNITE-4432:
------------------------------------------
Summary: Web console: incorrect code generation for creating a
near cache on client node
Key: IGNITE-4432
URL: https://issues.apache.org/jira/browse/IGNITE-4432
Project: Ignite
Issue Type: Bug
Reporter: Pavel Konstantinov
Assignee: Andrey Novikov
Current java-code generated as
{code}
// Demo of near cache creation on client node.
ignite.getOrCreateCache(ClientConfigurationFactory.ComalgorithmCache(),
ClientConfigurationFactory.nearConfigurationComalgorithmCache());
{code}
but actual method name for cache creation is 'cacheComalgorithmCache()' -
starting with 'cache'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)